about summary refs log tree commit diff stats
path: root/home-manager/soispha/packages/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-26 13:47:55 +0200
committerSoispha <soispha@vhack.eu>2023-08-26 13:50:01 +0200
commita01a3d4f5494855abf52f42c886a75b4500f35d5 (patch)
treea94dc7022ee9be3b53dc3a897209d2086759b260 /home-manager/soispha/packages/default.nix
parentFeat(hm/conf/neovim/plugins/goto-preview): Init (diff)
downloadnixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.zip
Docs(treewide): Add a colon after every "TODO"
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/packages/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/soispha/packages/default.nix b/home-manager/soispha/packages/default.nix
index 9330a08e..c8135d21 100644
--- a/home-manager/soispha/packages/default.nix
+++ b/home-manager/soispha/packages/default.nix
@@ -91,7 +91,7 @@ with pkgs; let
     Hardware = {
       Storage = [
         #compsize # Calculate compression ratio of a set of files on Btrfs
-        # TODO smartmontools # Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
+        # TODO: smartmontools # Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
       ];
 
       Input = [
@@ -99,7 +99,7 @@ with pkgs; let
       ];
 
       Printer = [
-        # TODO sane-airscan # SANE - SANE backend for AirScan (eSCL) and WSD document scanners
+        # TODO: sane-airscan # SANE - SANE backend for AirScan (eSCL) and WSD document scanners
       ];
     };
 
@@ -125,7 +125,7 @@ with pkgs; let
       ];
     };
   };
-  # TODO unmaintained, find sth else:
+  # TODO: unmaintained, find sth else:
   # handlr # Powerful alternative to xdg-utils written in Rust
   mapFun = x:
     if builtins.isAttrs x