remove sway and hyprland specialisations

This commit is contained in:
2025-07-18 00:53:13 +02:00
parent 2d89107f15
commit 898a75df1c

View File

@@ -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;