Update laptop config
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
localPackages.x86_64-linux.jhelioviewer
|
||||
lemurs
|
||||
pciutils
|
||||
];
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
@@ -35,6 +36,8 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
|
||||
fileSystems = {
|
||||
"/".options = [ "compress=zstd" ];
|
||||
"/home".options = [ "compress=zstd" ];
|
||||
|
||||
Reference in New Issue
Block a user