From b51da103cecaaaee656aea8a0314b822814aaa6f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 25 Sep 2023 13:43:27 +0100 Subject: [PATCH] Remove rink from default as it's included with anyrun --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 556dc0cb..0450ce05 100644 --- a/home/default.nix +++ b/home/default.nix @@ -16,7 +16,7 @@ ./emacs/default.nix ./accounts/default.nix ]; - home.packages = with pkgs; [ dig silver-searcher gnumake rink ]; + home.packages = with pkgs; [ dig silver-searcher gnumake ]; programs = { bash.enable = true; readline = {