mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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]
|
||||
Name=@fullName@
|
||||
Comment=${config.description}
|
||||
Exec=@out@/libexec/${name}-session
|
||||
Exec="@out@/libexec/${name}-session"
|
||||
Type=Application
|
||||
DesktopNames=${config.fullName};
|
||||
DesktopNames=X-${config.fullName};
|
||||
'';
|
||||
|
||||
sessionScript = ''
|
||||
|
Loading…
Reference in New Issue
Block a user