zaphyra's git: nixfiles

zaphyra's nixfiles

commit 9a63af0b61043a4635d5291a1f959e4223a39579
parent fe183fc1ac7bdbeb2b695429d7e69f2c09189545
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 1 Jul 2025 11:42:21 +0200

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