flake/hosts/myputer/modules/gamergrl/default.nix
2026-03-21 10:25:31 +10:00

10 lines
135 B
Nix

{upkgs, ...}: {
imports = [
./flatpak.nix
./mcsr
];
environment.systemPackages = with upkgs; [
hydralauncher
];
}