Files
nix-fleet/modules/gaming/usr/jovian-all.nix
2026-03-15 11:54:05 +01:00

8 lines
159 B
Nix

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