From 898a75df1c37467f9fcd2eadeaaf0423036dacdb Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Fri, 18 Jul 2025 00:53:13 +0200 Subject: [PATCH] remove sway and hyprland specialisations --- machines/haze/configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index cf0af77..be997b5 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -32,20 +32,6 @@ networking.hostName = "haze"; clan.core.networking.targetHost = "rpqt@haze.local"; - specialisation = { - hyprland.configuration = - { ... }: - { - imports = [ ./hyprland.nix ]; - disabledModules = [ ./niri.nix ]; - }; - sway.configuration = - { ... }: - { - imports = [ ./sway.nix ]; - disabledModules = [ ./niri.nix ]; - }; - }; clan.core.settings.state-version.enable = true;