diff --git a/flake.lock b/flake.lock index eaa2e3e..e48ba62 100644 --- a/flake.lock +++ b/flake.lock @@ -688,15 +688,15 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1709045095, - "narHash": "sha256-6PeSdkt9Ey2k6yrRBpTFgS3RxTjyhRHZlR8hhy38xfQ=", - "owner": "fufexan", + "lastModified": 1709124723, + "narHash": "sha256-DXuMZKEsRhmgMKmWymFNSYqi1NhjPnO+JQ67UN+D8rw=", + "owner": "NotAShelf", "repo": "nix-gaming", - "rev": "75625623631c294604b48035db5d95fe8ff08ef3", + "rev": "6e2db2c21be525330942380e2e839277574404fa", "type": "github" }, "original": { - "owner": "fufexan", + "owner": "NotAShelf", "repo": "nix-gaming", "type": "github" } diff --git a/flake.nix b/flake.nix index 0292f78..74a8478 100644 --- a/flake.nix +++ b/flake.nix @@ -133,7 +133,9 @@ nix-gaming = { type = "github"; - owner = "fufexan"; + # FIXME: https://github.com/fufexan/nix-gaming/issues/161 + # owner = "fufexan"; + owner = "NotAShelf"; repo = "nix-gaming"; }; diff --git a/modules/audio.nix b/modules/audio.nix index 96c40d1..fe7df89 100644 --- a/modules/audio.nix +++ b/modules/audio.nix @@ -8,7 +8,6 @@ alsa.enable = true; jack.enable = true; pulse.enable = true; - # FIXME: https://github.com/fufexan/nix-gaming/issues/161 - lowLatency.enable = false; + lowLatency.enable = true; }; }