Reorganised nix code

Added firefox extension

Ports now not opened by default on portable devices.
This commit is contained in:
Jurn Wubben 2025-05-08 08:48:37 +02:00
parent 243536ef43
commit 2bb3e9d699
8 changed files with 36 additions and 26 deletions

View file

@ -61,7 +61,7 @@
};
};
environment.variables = {
"STEAM_FORCE_DESKTOP_UI_SCALING" = "1.5";
"STEAM_FORCE_DESKTOP_UI_SCALING" = "1.5"; #FIXME:.
};
};
}