remove unused bits
This commit is contained in:
parent
6e9685b90d
commit
e76e76b8c2
2 changed files with 3 additions and 5 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@
|
|||
];
|
||||
boot.kernelParams = [
|
||||
"acpi_osi=\"!Windows 2020\""
|
||||
# "mem_sleep_default=deep"
|
||||
"nvme.noacpi=1"
|
||||
"i915.enable_psr=1"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue