Disable broken packages

This commit is contained in:
Filippo Berto 2026-01-04 18:01:45 +01:00
parent 32d11e907f
commit 34997e9134
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 14 additions and 7 deletions

View file

@ -8,7 +8,10 @@
"compose:rctrl"
];
};
packages = [ pkgs.retroarch-free pkgs.heroic ];
packages = [
# pkgs.retroarch-free
pkgs.heroic
];
};
imports = [