diff --git a/home/default.nix b/home/default.nix index 1f3b3b5a..3f2421b6 100644 --- a/home/default.nix +++ b/home/default.nix @@ -32,6 +32,13 @@ }; programs = { bash.enable = true; + eza = { + enable = true; + git = true; + icons = true; + enableAliases = true; + extraOptions = [ "--octal-permissions" ]; + }; readline = { enable = true; includeSystemConfig = true; @@ -265,19 +272,7 @@ ''; oh-my-zsh = { enable = true; - plugins = [ - # Productivity - "aliases" - "colored-man-pages" - "command-not-found" - "extract" - # Build tools - "git" - "gitignore" - # Misc - "lol" - "rand-quote" - ]; + plugins = [ "colored-man-pages" "lol" "rand-quote" ]; theme = ""; }; }; diff --git a/system/default.nix b/system/default.nix index ce027838..2c7998aa 100644 --- a/system/default.nix +++ b/system/default.nix @@ -8,8 +8,6 @@ in { environment = { systemPackages = with pkgs; [ libsecret git nitch dig gnumake fd ripgrep ]; localBinInPath = true; - shellAliases.rebuild = - ''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh''; }; console.keyMap = "uk"; programs = {