Remove rink from default as it's included with anyrun

This commit is contained in:
Evie Litherland-Smith 2023-09-25 13:43:27 +01:00
parent 2579ddbaa9
commit b51da103ce

View file

@ -16,7 +16,7 @@
./emacs/default.nix ./emacs/default.nix
./accounts/default.nix ./accounts/default.nix
]; ];
home.packages = with pkgs; [ dig silver-searcher gnumake rink ]; home.packages = with pkgs; [ dig silver-searcher gnumake ];
programs = { programs = {
bash.enable = true; bash.enable = true;
readline = { readline = {