removed
why do you really need this?
This commit is contained in:
parent
f74f742066
commit
f8a5e7a715
2 changed files with 5 additions and 0 deletions
4
hosts/modules/nano.nix
Normal file
4
hosts/modules/nano.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{...}:
|
||||||
|
{
|
||||||
|
programs.nano.enable = false;
|
||||||
|
}
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
./modules/core.nix
|
./modules/core.nix
|
||||||
./modules/libs.nix
|
./modules/libs.nix
|
||||||
./modules/rgb.nix
|
./modules/rgb.nix
|
||||||
|
./modules/nano.nix
|
||||||
];
|
];
|
||||||
npm.enable = true;
|
npm.enable = true;
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue