scanner/printer drivers and application installs

This commit is contained in:
2023-05-08 23:08:24 -06:00
parent 242973ca29
commit 1ced7c079e
3 changed files with 58 additions and 15 deletions

View File

@@ -41,7 +41,7 @@
};
};
kernelModules = [ "kvm-intel" ];
kernel.sysctl = { "vm.swappiness" = 100; };
kernel.sysctl = { "vm.swappiness" = 80; };
extraModulePackages = [ ];
initrd = {
availableKernelModules =
@@ -131,7 +131,10 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
hardware = {
sane.enable = true;
sane = {
enable = true;
extraBackends = [ pkgs.hplip pkgs.hplipWithPlugin ];
};
cpu.intel.updateMicrocode = lib.mkDefault true;
bluetooth.enable = true;
# huion driver