10 lines
171 B
Nix
10 lines
171 B
Nix
{...}: {
|
|
imports = [
|
|
../util/flatpak.nix
|
|
];
|
|
flatpaks = [
|
|
"ar.com.tuxguitar.TuxGuitar"
|
|
"org.inkscape.Inkscape"
|
|
"com.github.PintaProject.Pinta"
|
|
];
|
|
}
|