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