nix/home/programs/creative.nix
2024-05-08 15:05:43 +10:00

7 lines
128 B
Nix

{...}: {
flatpaks = [
"ar.com.tuxguitar.TuxGuitar"
"org.inkscape.Inkscape"
"com.github.PintaProject.Pinta"
];
}