10 lines
135 B
Nix
10 lines
135 B
Nix
{upkgs, ...}: {
|
|
imports = [
|
|
./flatpak.nix
|
|
./mcsr
|
|
];
|
|
|
|
environment.systemPackages = with upkgs; [
|
|
hydralauncher
|
|
];
|
|
}
|