diff options
author | makefu <github@syntax-fehler.de> | 2023-04-29 21:11:06 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-04-29 21:29:55 +0200 |
commit | 447b4931439670b566b9cd26e36b8b11de6f7209 (patch) | |
tree | 44e26fa7524f1d3550f7690e236c8793faa11ac6 /makefu/1systems/wbob | |
parent | d030aae27223659504eee9775f22755eda0fe5d1 (diff) |
ma wbob.r: add Brother QL-800 + ui
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r-- | makefu/1systems/wbob/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index ffc64587e..77f0f0337 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -22,7 +22,7 @@ in { # <stockholm/makefu/2configs/virtualisation/virtualbox.nix> <stockholm/makefu/2configs/tinc/retiolum.nix> <stockholm/makefu/2configs/gui/wbob-kiosk.nix> - { environment.systemPackages = [ pkgs.nano ]; } + { environment.systemPackages = [ pkgs.brother_ql_web pkgs.nano ]; } # <stockholm/makefu/2configs/gui/studio-virtual.nix> # <stockholm/makefu/2configs/audio/jack-on-pulse.nix> |