Update to new nix-gaming release
This commit is contained in:
parent
1cba13a2e8
commit
fff8f3042a
|
@ -917,17 +917,16 @@
|
||||||
"nixpkgs": "nixpkgs_10"
|
"nixpkgs": "nixpkgs_10"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709168939,
|
"lastModified": 1716686274,
|
||||||
"narHash": "sha256-btWt7NRsA8Hysgin5su77nIdmZZbxsKW5qqyj/bBlF0=",
|
"narHash": "sha256-4JiRUWtoEMrfq38jG4O+NP6rcQIhKxEclnSkHvywnf0=",
|
||||||
"owner": "fufexan",
|
"owner": "fufexan",
|
||||||
"repo": "nix-gaming",
|
"repo": "nix-gaming",
|
||||||
"rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9",
|
"rev": "83a47c12d3493f7eb876250d0298d1566a965ce4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "fufexan",
|
"owner": "fufexan",
|
||||||
"repo": "nix-gaming",
|
"repo": "nix-gaming",
|
||||||
"rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
};
|
};
|
||||||
eza.url = github:eza-community/eza/v0.12.0;
|
eza.url = github:eza-community/eza/v0.12.0;
|
||||||
eza.inputs.nixpkgs.follows = "nixpkgs";
|
eza.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nix-gaming.url = github:fufexan/nix-gaming/22586cc4910284c9c7306f19dcd63ac0adbcbcc9; # until we jump to 24.05
|
nix-gaming.url = github:fufexan/nix-gaming;
|
||||||
|
|
||||||
# --- Sources
|
# --- Sources
|
||||||
kakoune.url = github:mawww/kakoune;
|
kakoune.url = github:mawww/kakoune;
|
||||||
|
|
|
@ -65,13 +65,13 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
rt-audio = { pkgs, ... }: mkIf cfg.enable {
|
rt-audio = { pkgs, ... }: mkIf cfg.enable {
|
||||||
# services.pipewire.lowLatency = {
|
services.pipewire.lowLatency = {
|
||||||
# # enable this module
|
# enable this module
|
||||||
# enable = true;
|
enable = true;
|
||||||
# # defaults (no need to be set unless modified)
|
# defaults (no need to be set unless modified)
|
||||||
# quantum = 32;
|
quantum = 32;
|
||||||
# rate = 48000;
|
rate = 48000;
|
||||||
# };
|
};
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
# Real time configurations
|
# Real time configurations
|
||||||
|
|
Loading…
Reference in a new issue