separate hardware configs

This commit is contained in:
2024-10-18 18:17:47 -05:00
parent 0d98c06451
commit bdfa79cc20
10 changed files with 135 additions and 42 deletions

View File

@@ -55,7 +55,16 @@
environment.shells = with pkgs; [ zsh ];
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
sysconfig.opts = {
openssh.enable = true;
pipewire.enable = true;
hyprland.enable = true;
git.enable = true;
ags.enable = true;
nh.enable = true;
steam.enable = false;
};
services = {
xserver = {