Remove rink from default as it's included with anyrun
This commit is contained in:
parent
2579ddbaa9
commit
b51da103ce
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue