From 283d1de8e0b449fe56fd189aca3429376875f432 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 30 Apr 2024 00:04:08 +0200 Subject: [PATCH] added fish confgis --- modules/cli/fish.nix | 3 +-- modules/other/system.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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" ]; }; }; }