deploy.profile should be in NixOS side

This commit is contained in:
kat witch 2022-01-21 20:13:20 +00:00 committed by kat
parent e1811d3866
commit 3965c6978a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -53,6 +53,8 @@
};
};
deploy.profile.sway = true;
networking = {
hostId = "dddbb888";
useDHCP = false;

View file

@ -13,8 +13,6 @@
exec ~/.xsession
'';
deploy.profile.i3 = true;
xsession = {
enable = true;
windowManager.i3 =

View file

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