Move inkscape to home-manager

This commit is contained in:
xenia 2024-09-16 17:31:45 +02:00
parent 77b8ebda4c
commit 84063f1f6b
2 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,6 @@ in
audacity audacity
ghidra ghidra
hexfiend hexfiend
inkscape
pkgs-unsupported.prismlauncher pkgs-unsupported.prismlauncher

View File

@ -42,6 +42,7 @@ let
in rec { in rec {
home.packages = with pkgs; [ home.packages = with pkgs; [
fira-code ibm-plex fira-code ibm-plex
inkscape
] ]
++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]) ++ (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]) ++ (if pkgs.stdenv.isDarwin then [] else [pkgs.keepassxc pkgs.vesktop pkgs.signal-desktop pkgs.ares])