NixOSConfig/lib/machines/manu-surface.nix

10 lines
137 B
Nix
Raw Normal View History

2024-05-21 08:40:34 +00:00
{ ... }: {
imports = [
../hardware/surface.nix
];
2024-05-21 08:45:02 +00:00
environment.variables = {
STEAM_FORCE_DESKTOPUI_SCALING = "2.0";
};
2024-05-21 08:40:34 +00:00
}