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
|
./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 = {
|
||||||
|
|
Loading…
Reference in a new issue