From 84063f1f6b16a1ea58c6e58b6c8eea3c1d4adbf1 Mon Sep 17 00:00:00 2001 From: xenia Date: Mon, 16 Sep 2024 17:31:45 +0200 Subject: [PATCH] Move inkscape to home-manager --- darwin.nix | 1 - home/graphical.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin.nix b/darwin.nix index 804462bd..7e955b39 100644 --- a/darwin.nix +++ b/darwin.nix @@ -103,7 +103,6 @@ in audacity ghidra hexfiend - inkscape pkgs-unsupported.prismlauncher diff --git a/home/graphical.nix b/home/graphical.nix index b2f004a6..e34fecde 100644 --- a/home/graphical.nix +++ b/home/graphical.nix @@ -42,6 +42,7 @@ let in rec { home.packages = with pkgs; [ fira-code ibm-plex + inkscape ] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]) ++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.signal-desktop pkgs.ares])