System: Switch to pkgs.niri from pkgs.niri-unstable after updating niri-flake
This commit is contained in:
+2
-1
@@ -337,7 +337,8 @@ with mylib.networking; {
|
|||||||
|
|
||||||
niri = {
|
niri = {
|
||||||
enable = !headless;
|
enable = !headless;
|
||||||
package = pkgs.niri-unstable; # TODO: Can remove this again once niri-flake is updated for 25.11
|
package = pkgs.niri;
|
||||||
|
# package = pkgs.niri-unstable; # TODO: Can remove this again once niri-flake is updated for 25.11
|
||||||
};
|
};
|
||||||
|
|
||||||
ssh.startAgent = true; # Use gnupg
|
ssh.startAgent = true; # Use gnupg
|
||||||
|
|||||||
Reference in New Issue
Block a user