use newer nano.enable option
This commit is contained in:
parent
d6cfce2feb
commit
5c77e174db
1 changed files with 3 additions and 7 deletions
|
@ -21,14 +21,10 @@
|
||||||
nix.registry = lib.mkForce { };
|
nix.registry = lib.mkForce { };
|
||||||
|
|
||||||
# would pull in nano
|
# would pull in nano
|
||||||
programs.nano.syntaxHighlight = lib.mkForce false;
|
programs.nano.enable = false;
|
||||||
|
|
||||||
# prevents nano, strace
|
# prevents strace
|
||||||
environment.defaultPackages = lib.mkForce [
|
environment.defaultPackages = lib.mkForce [ pkgs.rsync pkgs.parted pkgs.gptfdisk ];
|
||||||
pkgs.rsync
|
|
||||||
pkgs.parted
|
|
||||||
pkgs.gptfdisk
|
|
||||||
];
|
|
||||||
|
|
||||||
# we are missing this from base.nix
|
# we are missing this from base.nix
|
||||||
boot.supportedFilesystems = [
|
boot.supportedFilesystems = [
|
||||||
|
|
Loading…
Reference in a new issue