diff --git a/nix/system/linux.nix b/nix/system/linux.nix index 6601eeb..d905ff6 100644 --- a/nix/system/linux.nix +++ b/nix/system/linux.nix @@ -2,10 +2,6 @@ { programs = { zsh.enable = true; - sway = { - enable = true; - package = pkgs.swayfx; - }; }; networking = { diff --git a/nix/system/linux_aarch.nix b/nix/system/linux_aarch.nix index 49c0ed9..6565667 100644 --- a/nix/system/linux_aarch.nix +++ b/nix/system/linux_aarch.nix @@ -5,6 +5,13 @@ apple-silicon-support.nixosModules.apple-silicon-support ]; + programs = { + sway = { + enable = true; + package = pkgs.swayfx; + }; + }; + boot = { consoleLogLevel = 0; kernelParams = [ "apple_dcp.show_notch=1" ];