switch greetd wayland session manager from niri to cage fork
This commit is contained in:
parent
6632dde007
commit
9eebcf7562
8 changed files with 100 additions and 13 deletions
5
overlays/modifications/cage.nix
Normal file
5
overlays/modifications/cage.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages."${system}") cage;
|
||||
}
|
||||
|
|
@ -8,6 +8,7 @@ in
|
|||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./spotifyx.nix
|
||||
./cage.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue