Files
cnix/system/usr/bin/inkscape/default.nix
2024-08-03 14:03:54 +02:00

6 lines
95 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
inkscape-with-extensions
];
}