Compare commits

...

2 Commits

Author SHA1 Message Date
bf89c7cfaf add protontricks
All checks were successful
nixos config pipeline / show-flake (push) Successful in 32s
nixos config pipeline / deploy (push) Successful in 50s
2026-04-30 00:48:20 +02:00
55f2f5e6f8 remove GTK_THEME in hyprland config 2026-04-29 23:03:38 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = GTK_THEME, Adwaita-dark
cursor { cursor {
no_hardware_cursors = true no_hardware_cursors = true

View File

@ -16,6 +16,6 @@ in
config = mkIf config.smayzy.steam.enable { config = mkIf config.smayzy.steam.enable {
programs.steam.enable = true; programs.steam.enable = true;
environment.systemPackages = with pkgs; [ depotdownloader]; environment.systemPackages = with pkgs; [ depotdownloader protontricks ];
}; };
} }