diff --git a/users/jsutter.nix b/users/jsutter.nix index 9f51bca..edd4a09 100755 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -48,6 +48,10 @@ in ]; }; + security.sudo.configFile = '' + jsutter ALL = (root) NOPASSWD:ALL + ''; + # Steam programs.steam = with pkgs; { enable = true; @@ -100,7 +104,7 @@ in }; oh-my-zsh = { enable = true; - plugins = [ "git" "systemd" "rsync" "kubectl" "ansible" "battery"]; + plugins = [ "git" "systemd" "rsync" "kubectl" "ansible" "battery" "colored-man-pages" "colorize" "common-aliases" "cp" "docker" "docker-compose" "docker-machine" "git-auto-fetch" "git-extras" "github" "git-prompt" "gnu-utils" "golang" "nmap" "postgres" "python" "rust" "ssh-agent" "sudo" "systemd" "thefuck" "ufw" "vscode" ]; theme = "terminalparty"; }; };