dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 601a7f68004ebfa6620d385147e860ae28376c9a
parent 14a30a3b1fea2427979fe824e3999edc1f4c2f69
Author: Chris <chris@echoz.io>
Date:   Sun,  1 Mar 2026 13:42:01 +0100

feat: install gamescope

Diffstat:
Mmodules/flatpak/default.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/flatpak/default.nix b/modules/flatpak/default.nix @@ -37,7 +37,7 @@ (closureInfo: builtins.readFile "${closureInfo}/store-paths") (lib.splitString "\n") (builtins.filter (p: p != "")) - (builtins.map (p: "${p}:ro")) + (map (p: "${p}:ro")) ]; in { @@ -71,6 +71,7 @@ "com.spotify.Client" "com.valvesoftware.Steam" "org.freedesktop.Platform.VulkanLayer.MangoHud//25.08" + "org.freedesktop.Platform.VulkanLayer.gamescope//25.08" "org.onlyoffice.desktopeditors" "org.signal.Signal" "xyz.tytanium.DoorKnocker"