5 lines
103 B
Nix
5 lines
103 B
Nix
|
{ ... }: {
|
||
|
services.flatpak.packages = [
|
||
|
"org.prismlauncher.PrismLauncher/x86_64/stable"
|
||
|
];
|
||
|
}
|