diff --git a/config/hosts/goliath.nix b/config/hosts/goliath.nix index bec94c73..47a9f815 100644 --- a/config/hosts/goliath.nix +++ b/config/hosts/goliath.nix @@ -189,7 +189,9 @@ avic = true; npt = true; }; - }; + }; + + deploy.profile.i3 = true; services.udev.extraRules = '' SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0067", GROUP="vfio" diff --git a/config/hosts/koishi.nix b/config/hosts/koishi.nix index 0b7f5452..773cbcc3 100644 --- a/config/hosts/koishi.nix +++ b/config/hosts/koishi.nix @@ -53,6 +53,8 @@ }; }; + deploy.profile.sway = true; + networking = { hostId = "dddbb888"; useDHCP = false; diff --git a/config/users/kat/i3/i3.nix b/config/users/kat/i3/i3.nix index 794115ea..15a8411f 100644 --- a/config/users/kat/i3/i3.nix +++ b/config/users/kat/i3/i3.nix @@ -13,8 +13,6 @@ exec ~/.xsession ''; - deploy.profile.i3 = true; - xsession = { enable = true; windowManager.i3 = diff --git a/config/users/kat/sway/sway.nix b/config/users/kat/sway/sway.nix index 847328df..b32ff3cc 100644 --- a/config/users/kat/sway/sway.nix +++ b/config/users/kat/sway/sway.nix @@ -8,8 +8,6 @@ let lockCommand = config.programs.swaylock.script; in WLR_DRM_DEVICES = "/dev/dri/card0"; }; - deploy.profile.sway = true; - home.packages = with pkgs; [ grim slurp swaylock-fancy wl-clipboard jq quintom-cursor-theme gsettings-desktop-schemas glib wofi wmctrl ]; services.i3gopher = { enable = true; };