Move inkscape to home-manager
This commit is contained in:
parent
77b8ebda4c
commit
84063f1f6b
|
@ -103,7 +103,6 @@ in
|
|||
audacity
|
||||
ghidra
|
||||
hexfiend
|
||||
inkscape
|
||||
|
||||
pkgs-unsupported.prismlauncher
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue
Block a user