Evergrowing NixOS flake of my setup.
1

Configure Feed

Select the types of activity you want to include in your feed.

fix steam, again.

Signed-off-by: MasterEnderman <enderman@ender-development.org>

MasterEnderman (Jul 26, 2026, 10:45 PM +0200) c86d9fdf 8e6df17d

+3 -1
+1
modules/steam.nix
··· 14 14 15 15 config = lib.mkIf config.modules.apps.steam.enable { 16 16 environment.sessionVariables = { 17 + DISPLAY = ":0"; 17 18 PROTON_ENABLE_WAYLAND = "1"; 18 19 PROTON_USE_WAYLAND = "1"; 19 20 SDL_VIDEODRIVER = "wayland,x11";
+2 -1
modules/user.nix
··· 32 32 "Vault" 33 33 # Misc 34 34 ".gradle" 35 + ".config/millennium" 36 + ".config/vesktop" 35 37 ".config/zen" 36 - ".config/vesktop" 37 38 ".local/share" 38 39 ".local/state" 39 40 ];