From d27c8bc427251882e1dc861d0499170965b6720d Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 11 Sep 2022 16:29:00 +0200 Subject: 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 --- modules/user/aszlig/profiles/workstation/packages.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 ] -- cgit 1.4.1