From 4cf79fcc579909d334a81b23c1578daa41fff691 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 6 Dec 2025 14:29:51 +0100 Subject: changes necessary for a nix update --- hosts/desktop/configuration.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'hosts/desktop/configuration.nix') 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 -- cgit v1.3