This commit is contained in:
Nettika 2025-05-26 16:21:15 -07:00
parent 455a36f0d1
commit dbfe474299
2 changed files with 25 additions and 0 deletions

View file

@ -18,6 +18,7 @@
users.users.nettika = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
shell = pkgs.fish;
};
security.sudo.wheelNeedsPassword = false;
@ -47,6 +48,10 @@
'';
};
programs.fish = {
enable = true;
};
environment.systemPackages = with pkgs; [
git-crypt
htop