From c5434e1323a131cb7de8f546bf98e712210815ba Mon Sep 17 00:00:00 2001 From: Kabbone Date: Tue, 1 Nov 2022 16:18:59 +0100 Subject: [PATCH] switch to sway from wayland --- hosts/laptop/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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