move window managers to specialisations
This commit is contained in:
parent
48e6611f92
commit
a04fa7c29a
1 changed files with 6 additions and 3 deletions
|
|
@ -14,14 +14,11 @@
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./gimp.nix
|
./gimp.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
./hyprland.nix
|
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./niri.nix
|
|
||||||
./sway.nix
|
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./video.nix
|
./video.nix
|
||||||
|
|
||||||
|
|
@ -34,6 +31,12 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
specialisation = {
|
||||||
|
hyprland.configuration = ./hyprland.nix;
|
||||||
|
niri.configuration = ./niri.nix;
|
||||||
|
sway.configuration = ./sway.nix;
|
||||||
|
};
|
||||||
|
|
||||||
# Remote builds
|
# Remote builds
|
||||||
nix = {
|
nix = {
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue