diff options
author | sefidel <contact@sefidel.net> | 2023-11-17 19:27:16 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-17 19:27:16 +0900 |
commit | d515133aa08f67d32511fb642c663535ccf87b8c (patch) | |
tree | 55225d7e078f4c2ae7278bfdfddb6c1dd74f9aff | |
parent | 48359a6b433bf15896a27e05eff4ae19598b776a (diff) | |
download | nixrc-d515133aa08f67d32511fb642c663535ccf87b8c.tar.gz nixrc-d515133aa08f67d32511fb642c663535ccf87b8c.zip |
feat(home/creative): add kooha
-rw-r--r-- | home/profiles/creative/default.nix | 2 |
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 ]; }; } |