commit 641cb2b4e7c9208c16eebcf9b5bb693ed8e3a753
parent effe23a4bf9b98e92599f1e9f7af2412360488f7
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 7 Jul 2025 16:11:49 +0200
parent effe23a4bf9b98e92599f1e9f7af2412360488f7
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 7 Jul 2025 16:11:49 +0200
config/home/zaphyra/programs: add `profanity`
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/profanity.nix b/config/home/zaphyra/programs/profanity.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ + + home = { + packages = [ pkgs.profanity ]; + + persistence."/nix/persist/home/${config.home.username}".directories = [ + "profanity/.config/profanity/" + "profanity/.local/share/profanity/" + ]; + }; + +}
diff --git a/config/nixos/modules/users/zaphyra.nix b/config/nixos/modules/users/zaphyra.nix @@ -80,6 +80,7 @@ in programs.dino programs.gajim programs.tuba + programs.profanity programs.nautilus