switch greetd wayland session manager from niri to cage fork

This commit is contained in:
ulic-youthlic 2025-05-11 12:26:25 +08:00
parent 6632dde007
commit 9eebcf7562
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 100 additions and 13 deletions

View file

@ -0,0 +1,5 @@
{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages."${system}") cage;
}

View file

@ -8,6 +8,7 @@ in
./dae.nix
./jujutsu.nix
./spotifyx.nix
./cage.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)