Files
nix-fleet/modules/gaming/usr/jovian.nix
2026-03-11 17:00:10 +01:00

8 lines
159 B
Nix

{ ... }: {
flake.homeModules.gaming-usr-jovian-all = { ... }: {
home.file.".steam/steam/.cef-enable-remote-debugging" = {
text = "";
};
};
}