Changed my mind, removed midori...

This commit is contained in:
Evie Litherland-Smith 2023-10-30 15:06:55 +00:00
parent fd96d4efd4
commit aebbdaf182

View file

@ -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'';