Inkscape: Difference between revisions
m fix indentation |
|||
| Line 6: | Line 6: | ||
{{file|/etc/nixos/configuration.nix|nix| | {{file|/etc/nixos/configuration.nix|nix| | ||
<nowiki> | <nowiki> | ||
environment.systemPackages = with pkgs; [ | |||
inkscape | |||
]; | |||
</nowiki> | </nowiki> | ||
}} | }} | ||
| Line 21: | Line 21: | ||
{{file|/etc/nixos/configuration.nix|nix| | {{file|/etc/nixos/configuration.nix|nix| | ||
<nowiki> | <nowiki> | ||
environment.systemPackages = with pkgs; [ | |||
(inkscape-with-extensions.override { | |||
inkscapeExtensions = with inkscape-extensions; [ inkstitch ]; | |||
}) | |||
]; | |||
</nowiki> | </nowiki> | ||
}} | }} | ||