7 lines
128 B
Nix
7 lines
128 B
Nix
{...}: {
|
|
flatpaks = [
|
|
"ar.com.tuxguitar.TuxGuitar"
|
|
"org.inkscape.Inkscape"
|
|
"com.github.PintaProject.Pinta"
|
|
];
|
|
}
|