diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/default.nix | 1 | ||||
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hm/soispha/default.nix b/hm/soispha/default.nix index 2dfb5b95..cae77d92 100644 --- a/hm/soispha/default.nix +++ b/hm/soispha/default.nix @@ -3,7 +3,6 @@ nixVim, ... }: let - # TODO: actually use this in the user config username = "soispha"; homeDirectory = "/home/${username}"; diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 872a517b..95a53458 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -103,7 +103,6 @@ with pkgs; let ]; Printer = [ - # TODO: sane-airscan # SANE - SANE backend for AirScan (eSCL) and WSD document scanners ]; }; |