diff --git a/home-mods/desktop/default.nix b/home-mods/desktop/default.nix index efe0a80..bc3e7ab 100644 --- a/home-mods/desktop/default.nix +++ b/home-mods/desktop/default.nix @@ -28,6 +28,17 @@ ]; }; + xdg.desktopEntries.steam-2 = { + name = "Steam (2.0 Scaling)"; + type = "Application"; + icon = "steam"; + comment = "steam with forced 2x scaling for highdpi displays"; + exec = "steam -forcedesktopscaling 2"; + terminal = false; + prefersNonDefaultGPU = true; + categories = [ "Network" "FileTransfer" "Game" ]; + }; + home = { file."Pictures/default_background.png".source = config.stylix.image;