zaphyra's git: nixfiles

zaphyra's nixfiles

commit fe183fc1ac7bdbeb2b695429d7e69f2c09189545
parent cc36dfb3f5a53926db795a96d2db7b37e06063f5
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 1 Jul 2025 11:41:28 +0200

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