mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-25 08:09:08 +02:00
8 lines
159 B
Nix
8 lines
159 B
Nix
{ ... }: {
|
|
flake.homeModules.gaming-usr-jovian-all = { ... }: {
|
|
home.file.".steam/steam/.cef-enable-remote-debugging" = {
|
|
text = "";
|
|
};
|
|
};
|
|
}
|