diff --git a/system/default.nix b/system/default.nix index e701d655..0d4833db 100644 --- a/system/default.nix +++ b/system/default.nix @@ -6,16 +6,7 @@ in { nameservers = [ "9.9.9.9" ]; }; environment = { - systemPackages = with pkgs; [ - libsecret - git - nitch - dig - gnumake - fd - ripgrep - midori - ]; + systemPackages = with pkgs; [ libsecret git nitch dig gnumake fd ripgrep ]; localBinInPath = true; shellAliases.rebuild = ''sudo nixos-rebuild switch --flake "${flakeURL}" --refresh'';