remove unused bits

This commit is contained in:
Tao Tien 2024-04-18 23:08:04 -07:00
parent 6e9685b90d
commit e76e76b8c2
2 changed files with 3 additions and 5 deletions

View file

@ -8,9 +8,9 @@
enable = true;
algorithm = "zstd";
};
nixpkgs.overlays = [
(import ../extras/libinput-overlay.nix)
];
# nixpkgs.overlays = [
# (import ../extras/libinput-overlay.nix)
# ];
environment.systemPackages = with pkgs; [
# fw-ectool
framework-tool
@ -91,7 +91,6 @@ AttrKeyboardIntegration=internal";
];
boot.kernelParams = [
# "mem_sleep_default=deep"
# "nvme.noacpi=1"
"amdgpu.abmlevel=1"
];
boot.kernelModules = ["kvm-amd"];

View file

@ -73,7 +73,6 @@
];
boot.kernelParams = [
"acpi_osi=\"!Windows 2020\""
# "mem_sleep_default=deep"
"nvme.noacpi=1"
"i915.enable_psr=1"
];