about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-09-11 16:29:00 +0200
committeraszlig <aszlig@nix.build>2022-09-11 16:29:00 +0200
commitd27c8bc427251882e1dc861d0499170965b6720d (patch)
tree768085782fd0557895242444137c4cd453701b39 /modules
parent6ce46c651f56858e035d4fd784eeb428c48cf411 (diff)
workstation/packages: Add zbar to system packages
Just had to scan the credentials for a Wi-Fi access point and they were
only available via QR code, but was unable to make it available via Nix
shell because I had (for obvious reasons) no access to the Internet.

Adding zbar to all my machines will ensure that something like this
won't happen again.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index b2b826f6..a60e100f 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -82,4 +82,5 @@ pkgs: with pkgs; [
   xorg.xhost
   youtube-dl
   zathura
+  zbar
 ]