diff --git a/flake.lock b/flake.lock index 50e4714..cb65316 100644 --- a/flake.lock +++ b/flake.lock @@ -672,15 +672,15 @@ "nixpkgs": "nixpkgs_5" }, "locked": { - "lastModified": 1709168939, - "narHash": "sha256-btWt7NRsA8Hysgin5su77nIdmZZbxsKW5qqyj/bBlF0=", - "owner": "fufexan", + "lastModified": 1709172715, + "narHash": "sha256-UNxQ6dR5gK6CEJumKhnqdyoHpMMjr+yl92VSZ8Hgll8=", + "owner": "NotAShelf", "repo": "nix-gaming", - "rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9", + "rev": "0a3ff7911bada339d842ed87e7543b25e645fa1b", "type": "github" }, "original": { - "owner": "fufexan", + "owner": "NotAShelf", "repo": "nix-gaming", "type": "github" } diff --git a/flake.nix b/flake.nix index 58f58ca..923dac7 100644 --- a/flake.nix +++ b/flake.nix @@ -61,8 +61,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nix-gaming.url = "github:fufexan/nix-gaming"; - + nix-gaming = { + #NEEDFIX:url = "github:fufexan/nix-gaming"; + url ="github:NotAShelf/nix-gaming"; + }; ssbm-nix = { url = "github:djanatyn/ssbm-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/system/modules/pipewire.nix b/system/modules/pipewire.nix index 613d7d1..80176d0 100644 --- a/system/modules/pipewire.nix +++ b/system/modules/pipewire.nix @@ -13,6 +13,7 @@ in alsa.support32Bit = true; pulse.enable = true; jack.enable = true; + wireplumber.enable = true; }; }; } diff --git a/system/profiles/gaming/default.nix b/system/profiles/gaming/default.nix index 6ec1cc6..0e8a0d0 100644 --- a/system/profiles/gaming/default.nix +++ b/system/profiles/gaming/default.nix @@ -52,7 +52,7 @@ in }; }; }; - # services.pipewire.lowLatency.enable = true; + services.pipewire.lowLatency.enable = true; nixpkgs.overlays = [ (_: prev: {