Skip to content

Commit a4ed887

Browse files
committed
update
1 parent 4533973 commit a4ed887

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/nixos/bundles/gaming.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656

5757
# steamtinkerlaunch %command%
5858
steamtinkerlaunch
59+
60+
gamescope
5961
]
6062
++ (with pkgs.stable; [
61-
gamescope
62-
]);
63+
]);
6364

6465
# 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%
6566
}

modules/nixos/features/dify/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
rev = "main";
1414
sha256 = "sha256-22CBYZC3VjPbesKeXGg+YgrPwAlnS3K+6NNYVvQyBKQ=";
1515
# sha256 = lib.fakeSha256;
16+
# hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
1617
};
1718
nginxConfigDir = "${difyRepo}/docker/nginx";
1819

0 commit comments

Comments
 (0)