puter/hosts/headful/glacier/inkscape.nix
2025-03-23 22:48:46 +01:00

6 lines
69 B
Nix

{
services.flatpak.packages = [
"org.inkscape.Inkscape"
];
}