diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index ff8a118..52ae58f 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -57,21 +57,21 @@ # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. - # programs.zsh.enable = true; - # users.users.rogueking = { - # isNormalUser = true; - # description = "rogueking"; - # extraGroups = [ "networkmanager" "wheel" "docker" ]; - # shell = pkgs.zsh; - # #packages = [ inputs.home-manager.packages.${pkgs.system}.default ]; - # packages = with pkgs; [ - # #apps - # #cli - # # thunderbird - # ]; - # }; + programs.zsh.enable = true; + users.users.rogueking = { + # isNormalUser = true; + description = "rogueking"; + extraGroups = [ "admin" "staff" "wheel" "docker" ]; + shell = pkgs.zsh; + #packages = [ inputs.home-manager.packages.${pkgs.system}.default ]; + packages = with pkgs; [ + #apps + #cli + # thunderbird + ]; + }; - services.homebrew = { + homebrew = { enable = true; onActivation.autoUpdate = true; casks = [