diff --git a/nixos/hosts/framework16/default.nix b/nixos/hosts/framework16/default.nix index 166a9213..8d285fe4 100644 --- a/nixos/hosts/framework16/default.nix +++ b/nixos/hosts/framework16/default.nix @@ -27,7 +27,7 @@ }; # NOTE: One of these commented entries is causing stuttering issues. - # Now that I commented them all out my laptop is performing great. I might just leave it... + # Now that I commented them all out my laptop is performing great. I might just leave it... # boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "uas" "sd_mod" ]; # boot.initrd.kernelModules = [ ]; # boot.kernelModules = [ "kvm-amd" ];