Add niri as window manager

This commit is contained in:
Andrea Ciceri 2025-01-08 15:25:13 +01:00
parent c8717806ab
commit ea612479a0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
8 changed files with 783 additions and 2 deletions
modules/greetd

View file

@ -23,6 +23,15 @@ let
Exec=cosmic-session
'';
})
(pkgs.writeTextFile {
name = "xorg-session.desktop";
destination = "/niri-session.desktop";
text = ''
[Desktop Entry]
Name=Niri
Exec=${lib.getExe' pkgs.niri "niri-session"}
'';
})
];
in
{