Minor text-only edits

This commit is contained in:
Chris Thompson 2025-02-27 15:39:02 -05:00
parent 0560b4a2ab
commit 0ffd971823

View file

@ -44,9 +44,10 @@
# boot.kernelPackages = pkgs.linuxPackages_6_12; # boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.kernelPackages = pkgs.linuxPackages_zen; boot.kernelPackages = pkgs.linuxPackages_zen;
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II # nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
# kvm-amd - AMD virtualization support
boot.kernelModules = [ "kvm-amd" "nct6775" ]; boot.kernelModules = [ "kvm-amd" "nct6775" ];
# Direct patching for enabling for async reprojection (steamvr) on AMD # Direct patching for enabling for async reprojection (for SteamVR) on AMD
boot.kernelPatches = [ boot.kernelPatches = [
{ {
name = "amdgpu-ignore-ctx-privileges"; name = "amdgpu-ignore-ctx-privileges";
@ -64,6 +65,7 @@
# Feel like I should be sure this is safe w/flakes first: # Feel like I should be sure this is safe w/flakes first:
#system.autoUpgrade.enable = true; #system.autoUpgrade.enable = true;
# sets up things so envs can do shebang whatever # sets up things so envs can do shebang whatever
# instead of #!/usr/bin/env whatever # instead of #!/usr/bin/env whatever
#services.envfs.enable = true; #services.envfs.enable = true;