From a04fa7c29a407a3d815c3da2a5e0e4289351cd59 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 19 Mar 2025 20:05:43 +0100 Subject: [PATCH] move window managers to specialisations --- hosts/haze/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index fbe1b33..448065b 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -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;