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

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