diff --git a/modules/cli/fish.nix b/modules/cli/fish.nix index 0ed21fd..8e8ce42 100644 --- a/modules/cli/fish.nix +++ b/modules/cli/fish.nix @@ -38,7 +38,6 @@ in { plugins = [ { name = "grc"; src = pkgs.fishPlugins.grc.src; } { name = "sponge"; src = pkgs.fishPlugins.sponge.src; } -# { name = "z"; src = pkgs.fishPlugins.z.src; } { name = "done"; src = pkgs.fishPlugins.done.src; } { name = "colored_man_pages"; src = pkgs.fishPlugins.colored-man-pages.src; } { name = "tide"; src = pkgs.fishPlugins.tide.src; } @@ -55,7 +54,7 @@ in { lg = "lazygit"; cd = "z"; v = "nvim"; - update = "sudo -p 'password: ' echo '' && sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json"; + update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json"; flake = "cd '${gitPath}'"; } // cfg.extraAliases; }; diff --git a/modules/other/system.nix b/modules/other/system.nix index 36f18f9..ab21d91 100644 --- a/modules/other/system.nix +++ b/modules/other/system.nix @@ -27,7 +27,7 @@ in { users.users.${cfg.username} = { isNormalUser = true; - extraGroups = [ "wheel" "adbusers" ]; + extraGroups = [ "wheel" ]; }; }; }