diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/packages/default.nix | 6 |
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 |