Compare commits

..

No commits in common. "bf89c7cfaff160aa6b3d0db533102b42ba810ab6" and "2e7ba8e8baf278e6261d8dfa81d6c2e5d8537a03" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ 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 protontricks ]; environment.systemPackages = with pkgs; [ depotdownloader];
}; };
} }