use niri in default specialisation

This commit is contained in:
2025-03-26 13:42:29 +01:00
parent 778ddede63
commit 775a12d0b4

View File

@@ -15,6 +15,7 @@
./gimp.nix ./gimp.nix
./gnome.nix ./gnome.nix
./hibernate.nix ./hibernate.nix
./niri.nix
./ssh.nix ./ssh.nix
./steam.nix ./steam.nix
./thunderbird.nix ./thunderbird.nix
@@ -33,9 +34,18 @@
]; ];
specialisation = { specialisation = {
hyprland.configuration = ./hyprland.nix; hyprland.configuration =
niri.configuration = ./niri.nix; { ... }:
sway.configuration = ./sway.nix; {
imports = [ ./hyprland.nix ];
disabledModules = [ ./niri.nix ];
};
sway.configuration =
{ ... }:
{
imports = [ ./sway.nix ];
disabledModules = [ ./niri.nix ];
};
}; };
# Remote builds # Remote builds