diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 2685bda..cfc16da 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -22,7 +22,8 @@ { imports = # For now, if applying to other system, swap files [(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix - [(import ../../modules/desktop/hyprland/default.nix)] ++ # Window Manager + #[(import ../../modules/desktop/hyprland/default.nix)] ++ # Window Manager + [(import ../../modules/desktop/sway/default.nix)] ++ # Window Manager [(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker (import ../../modules/hardware); # Hardware devices