diff options
Diffstat (limited to 'hosts/apzu/hardware')
-rw-r--r-- | hosts/apzu/hardware/default.nix | 2 | ||||
-rw-r--r-- | hosts/apzu/hardware/gpu.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix index 6bc88e20..7426c015 100644 --- a/hosts/apzu/hardware/default.nix +++ b/hosts/apzu/hardware/default.nix @@ -1,6 +1,6 @@ {modulesPath, ...}: { imports = [ - (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? + (modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary? ./cpu.nix ./gpu.nix ]; diff --git a/hosts/apzu/hardware/gpu.nix b/hosts/apzu/hardware/gpu.nix index 4a3805b8..74e146e2 100644 --- a/hosts/apzu/hardware/gpu.nix +++ b/hosts/apzu/hardware/gpu.nix @@ -5,7 +5,7 @@ # amd-media-driver # libva # ]; # - # # Force radv, TODO is this logical? + # # Force radv, TODO: is this logical? # environment.variables.AMD_VULKAN_ICD = "RADV"; hardware.opengl = { |