Enable mcrcon wrapper in gaming home env
All checks were successful
CI / check (push) Successful in 3m29s

This commit is contained in:
2026-01-14 15:58:10 -08:00
parent 66c27da142
commit 1cee1cd365
4 changed files with 4 additions and 3 deletions

View File

@@ -12,9 +12,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
# Gaming applications would go here
# This role is created for future expansion
# moonlight-qt is currently in media role but could be moved here
custom.mcrcon-rbw
];
};
}