mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
deploy.profile should be in NixOS side
This commit is contained in:
parent
e1811d3866
commit
3965c6978a
4 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
deploy.profile.sway = true;
|
||||
|
||||
networking = {
|
||||
hostId = "dddbb888";
|
||||
useDHCP = false;
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
exec ~/.xsession
|
||||
'';
|
||||
|
||||
deploy.profile.i3 = true;
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.i3 =
|
||||
|
|
|
|||
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue