flake/hosts/myputer/modules/gamergrl/default.nix

11 lines
135 B
Nix
Raw Normal View History

2026-03-21 10:25:31 +10:00
{upkgs, ...}: {
imports = [
./flatpak.nix
./mcsr
];
environment.systemPackages = with upkgs; [
hydralauncher
];
2026-02-13 12:47:55 +10:00
}