We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4533973 commit a4ed887Copy full SHA for a4ed887
modules/nixos/bundles/gaming.nix
@@ -56,10 +56,11 @@
56
57
# steamtinkerlaunch %command%
58
steamtinkerlaunch
59
+
60
+ gamescope
61
]
62
++ (with pkgs.stable; [
- gamescope
- ]);
63
+ ]);
64
65
# dota 2: LD_PRELOAD= gamescope -W 3440 -H 1440 --force-grab-cursor --expose-wayland --rt -r 144 --mangoapp -f -- env LD_PRELOAD="$LD_PRELOAD" gamemoderun %command%
66
}
modules/nixos/features/dify/default.nix
@@ -13,6 +13,7 @@
13
rev = "main";
14
sha256 = "sha256-22CBYZC3VjPbesKeXGg+YgrPwAlnS3K+6NNYVvQyBKQ=";
15
# sha256 = lib.fakeSha256;
16
+ # hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
17
};
18
nginxConfigDir = "${difyRepo}/docker/nginx";
19
0 commit comments