move window managers to specialisations
This commit is contained in:
@@ -14,14 +14,11 @@
|
||||
./firefox.nix
|
||||
./gimp.nix
|
||||
./gnome.nix
|
||||
./hyprland.nix
|
||||
./ssh.nix
|
||||
./steam.nix
|
||||
./thunderbird.nix
|
||||
./hardware.nix
|
||||
./network.nix
|
||||
./niri.nix
|
||||
./sway.nix
|
||||
./syncthing.nix
|
||||
./video.nix
|
||||
|
||||
@@ -34,6 +31,12 @@
|
||||
}
|
||||
];
|
||||
|
||||
specialisation = {
|
||||
hyprland.configuration = ./hyprland.nix;
|
||||
niri.configuration = ./niri.nix;
|
||||
sway.configuration = ./sway.nix;
|
||||
};
|
||||
|
||||
# Remote builds
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
|
||||
Reference in New Issue
Block a user