nixos/perlless: fix perl showing up!

The install-grub script is perl, so the perlless profile should disable
it by default.
This commit is contained in:
Jared Baur
2024-06-21 23:27:58 -07:00
parent 0144b6a270
commit 6f1f3c810d
+1
View File
@@ -23,6 +23,7 @@
programs.less.lessopen = lib.mkDefault null;
programs.command-not-found.enable = lib.mkDefault false;
boot.enableContainers = lib.mkDefault false;
boot.loader.grub.enable = lib.mkDefault false;
environment.defaultPackages = lib.mkDefault [ ];
documentation.info.enable = lib.mkDefault false;