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 | |
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')
-rw-r--r-- | hosts/apzu/hardware/default.nix | 2 | ||||
-rw-r--r-- | hosts/apzu/hardware/gpu.nix | 2 | ||||
-rw-r--r-- | hosts/isimud/default.nix | 2 | ||||
-rw-r--r-- | hosts/lahmu/hardware/default.nix | 2 | ||||
-rw-r--r-- | hosts/lahmu/hardware/gpu.nix | 2 | ||||
-rw-r--r-- | hosts/tiamat/hardware/default.nix | 2 | ||||
-rw-r--r-- | hosts/tiamat/hardware/gpu.nix | 2 |
7 files changed, 7 insertions, 7 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 = { diff --git a/hosts/isimud/default.nix b/hosts/isimud/default.nix index 093afb26..5f8fc987 100644 --- a/hosts/isimud/default.nix +++ b/hosts/isimud/default.nix @@ -9,7 +9,7 @@ contents = [ { source = ./command-line.html; - # TODO: remove the implied dependency + # TODO:: remove the implied dependency target = "/home/soispha/cli.html"; } ]; diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix index aab20b18..bc7b1f96 100644 --- a/hosts/lahmu/hardware/default.nix +++ b/hosts/lahmu/hardware/default.nix @@ -6,7 +6,7 @@ ... }: { imports = [ - (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? + (modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary? (modulesPath + "/profiles/qemu-guest.nix") ./cpu.nix ./gpu.nix diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix index 62bde0d2..88c9b88a 100644 --- a/hosts/lahmu/hardware/gpu.nix +++ b/hosts/lahmu/hardware/gpu.nix @@ -10,6 +10,6 @@ # amd-media-driver # libva # ]; # - # # Force radv, TODO is this logical? + # # Force radv, TODO: is this logical? # environment.variables.AMD_VULKAN_ICD = "RADV"; } diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index 95a3ce43..d28e90e9 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/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/tiamat/hardware/gpu.nix b/hosts/tiamat/hardware/gpu.nix index 403c6f65..abb6c19f 100644 --- a/hosts/tiamat/hardware/gpu.nix +++ b/hosts/tiamat/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 = { |