dregil: Move packages for alex from system config to hm config

This commit is contained in:
Alexander Kobjolke 2023-04-07 00:40:59 +02:00
parent e4d81ba462
commit d0e012e79b
3 changed files with 34 additions and 30 deletions

View file

@ -20,12 +20,6 @@
networking.firewall.enable = true;
users.users.alex = {
isNormalUser = true;
extraGroups = [ "wheel" "input" ];
shell = pkgs.zsh;
};
nix = {
gc = {
automatic = true;