update
This commit is contained in:
11
sys/desktop.nix
Normal file
11
sys/desktop.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = [pkgs.niri];
|
||||
environment.etc."wayland-sessions/niri.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=niri
|
||||
Exec=${pkgs.niri}/bin/niri-session
|
||||
Type=Application
|
||||
Keywords=wayland;niri;
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user