Add packages with enablers

This commit is contained in:
Patrick Menking 2024-09-16 10:57:06 -04:00
parent b1a0574ed1
commit d430ad5cd8
3 changed files with 102 additions and 37 deletions

View file

@ -1,15 +1,7 @@
{ lib, config, pkgs, ...}: {
users.users.crow = {
isNormalUser = true;
initialPassword = "changeme";
extraGroups = [ "wheel" "networkmanager" ];
};
home-manager.users.crow = {
home.username = "crow";
home.homeDirectory = "/home/crow";
home.stateVersion = "24.05";
programs.home-manager.enable = true;
};
}