diff options
| author | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-06 14:29:51 +0100 |
| commit | 4cf79fcc579909d334a81b23c1578daa41fff691 (patch) | |
| tree | 2d6386265e4a41efed0d5e5b3c8c2bdc29efb527 /hosts/desktop/configuration.nix | |
| parent | 611576f9ee5232dfc399843c12dfeed5d58ec9ad (diff) | |
changes necessary for a nix update
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -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 |
