added more programs

This commit is contained in:
2023-05-01 12:46:00 -06:00
parent 39be9fcb58
commit 842011cce8
3 changed files with 276 additions and 175 deletions

View File

@@ -4,7 +4,7 @@
{ config, lib, pkgs, modulesPath, ... }: {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
plymouth = { enable = true; };
#plymouth = { enable = true; };
loader = {
efi = {
canTouchEfiVariables = true;
@@ -37,6 +37,7 @@
};
};
kernelModules = [ "kvm-intel" ];
kernel.sysctl = { "vm.swappiness" = 90; };
extraModulePackages = [ ];
initrd = {
availableKernelModules =