about summary refs log tree commit diff
path: root/home/profiles/creative/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-17 19:27:16 +0900
committersefidel <contact@sefidel.net>2023-11-17 19:27:16 +0900
commitd515133aa08f67d32511fb642c663535ccf87b8c (patch)
tree55225d7e078f4c2ae7278bfdfddb6c1dd74f9aff /home/profiles/creative/default.nix
parent48359a6b433bf15896a27e05eff4ae19598b776a (diff)
downloadnixrc-d515133aa08f67d32511fb642c663535ccf87b8c.tar.gz
nixrc-d515133aa08f67d32511fb642c663535ccf87b8c.zip
feat(home/creative): add kooha
Diffstat (limited to 'home/profiles/creative/default.nix')
-rw-r--r--home/profiles/creative/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/creative/default.nix b/home/profiles/creative/default.nix
index 9369659..60c8ce2 100644
--- a/home/profiles/creative/default.nix
+++ b/home/profiles/creative/default.nix
@@ -12,6 +12,6 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ inkscape krita kdenlive ];
+    home.packages = with pkgs; [ inkscape krita kooha kdenlive ];
   };
 }