the desktop environment can be included via `self.nixosModules.nixos95` this will expose two options (for now): nixos95.enable -> enable the desktop environment nixos95.wallpaper -> path to the wallpaper to use currently the setup is closy coupled to this configuration, which will change in the future, so it can be used with any configuration
11 lines
180 B
Desktop File
11 lines
180 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Signal
|
|
|
|
Comment=Private Messenger
|
|
Exec=signal-desktop %U
|
|
Icon=signal-desktop
|
|
Terminal=false
|
|
Categories=Network;InstantMessaging;
|
|
|