diff options
author | Soispha <soispha@vhack.eu> | 2023-12-31 16:52:46 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-31 16:52:46 +0100 |
commit | 9bc0c05e88bec8d3da9661d9cdc12ccb5ffbd594 (patch) | |
tree | 928d068f27b604587abea658b8fb9c117ba82666 /hm | |
parent | fix(hm/pkgs/scr/neorg): The id argument to 'fstart' is not optional (diff) | |
download | nixos-config-9bc0c05e88bec8d3da9661d9cdc12ccb5ffbd594.zip |
fix(hm/pkgs): Remove unneeded array
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index cd88fe0f..dd4fac1e 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -102,9 +102,6 @@ with pkgs; let Input = [ #piper # GTK application to configure gaming mice ]; - - Printer = [ - ]; }; FileListers = [ |