zaphyra's git: nixfiles

zaphyra's nixfiles

commit 96df2b0ea33367bdca52f780df2bb5bad659f9bf
parent 641cb2b4e7c9208c16eebcf9b5bb693ed8e3a753
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 7 Jul 2025 16:32:52 +0200

config/home/zaphyra/programs: add `airscan`
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/airscan.nix b/config/home/zaphyra/programs/airscan.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+
+  home.packages = [ pkgs.airscan ];
+
+}