mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 06:19:11 +00:00
programs/gnome-session: update session desktop file
For now, the desktop name is hardcoded but we'll figure out a way to configure that nicely.
This commit is contained in:
parent
0cb9d89b03
commit
d756ca2796
@ -550,9 +550,9 @@ let
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=@fullName@
|
Name=@fullName@
|
||||||
Comment=${config.description}
|
Comment=${config.description}
|
||||||
Exec=@out@/libexec/${name}-session
|
Exec="@out@/libexec/${name}-session"
|
||||||
Type=Application
|
Type=Application
|
||||||
DesktopNames=${config.fullName};
|
DesktopNames=X-${config.fullName};
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sessionScript = ''
|
sessionScript = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user