diff options
author | Soispha <soispha@vhack.eu> | 2023-08-26 13:47:55 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-26 13:50:01 +0200 |
commit | a01a3d4f5494855abf52f42c886a75b4500f35d5 (patch) | |
tree | a94dc7022ee9be3b53dc3a897209d2086759b260 /hosts/apzu | |
parent | Feat(hm/conf/neovim/plugins/goto-preview): Init (diff) | |
download | nixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.tar.gz nixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.zip |
Docs(treewide): Add a colon after every "TODO"
Diffstat (limited to 'hosts/apzu')
-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 = { |