From ba1f44470539e82bca3f18d3095fe73938d96f69 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 11 Apr 2023 17:02:59 +0900 Subject: feat(home/multimedia): add inkscape --- home/profiles/multimedia/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/multimedia/default.nix') diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix index 8a68546..6c78053 100644 --- a/home/profiles/multimedia/default.nix +++ b/home/profiles/multimedia/default.nix @@ -8,10 +8,10 @@ in options.profiles.multimedia = { enable = lib.mkEnableOption - "A profile that enables the system to be used for consuming multimedia contents."; + "A profile that enables the system to be used for consuming/creating multimedia contents."; }; config = lib.mkIf cfg.enable { - home.packages = with pkgs; [ playerctl ]; + home.packages = with pkgs; [ playerctl inkscape ]; }; } -- cgit 1.4.1