diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 9520908..3de13e7 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -62,7 +62,6 @@ programs.steam = { localNetworkGameTransfers.openFirewall = true; dedicatedServer.openFirewall = true; remotePlay.openFirewall = false; - gamescopeSession.enable = true; extest.enable = true; protontricks.enable = true; @@ -108,7 +107,12 @@ chaotic = { }; }; -xdg.portal.enable = true; + xdg.portal = { + enable = true; + # extraPortals = with pkgs; [ + # xdg-desktop-portal-gtk # For a fallback file chooser + # ]; + }; time.timeZone = "Europe/Warsaw"; @@ -153,13 +157,17 @@ environment.sessionVariables = { }; environment.systemPackages = with pkgs; [ + vkd3d + dxvk + nautilus gnome-keyring kdePackages.dolphin swaylock-effects swayidle helvum fuzzel - wineWowPackages.waylandFull +# wineWowPackages.waylandFull + wineWowPackages.unstableFull winetricks tuigreet linux-firmware |
