diff --git a/flake.lock b/flake.lock index 23f4226..9922ca6 100644 --- a/flake.lock +++ b/flake.lock @@ -436,11 +436,11 @@ "nixpkgs-lib": "nixpkgs-lib_2" }, "locked": { - "lastModified": 1696343447, - "narHash": "sha256-B2xAZKLkkeRFG5XcHHSXXcP7To9Xzr59KXeZiRf4vdQ=", + "lastModified": 1706830856, + "narHash": "sha256-a0NYyp+h9hlb7ddVz4LUn1vT/PLwqfrWYcHMvFB1xYg=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "c9afaba3dfa4085dbd2ccb38dfade5141e33d9d4", + "rev": "b253292d9c0a5ead9bc98c4e9a26c6312e27d69f", "type": "github" }, "original": { @@ -845,16 +845,17 @@ "nixpkgs": "nixpkgs_9" }, "locked": { - "lastModified": 1697332726, - "narHash": "sha256-DCYaENxyQWyaSM/1l8+CweUs6tKxdafqThCeg9U/cqU=", + "lastModified": 1709168939, + "narHash": "sha256-btWt7NRsA8Hysgin5su77nIdmZZbxsKW5qqyj/bBlF0=", "owner": "fufexan", "repo": "nix-gaming", - "rev": "a6be693f168ebb69b7e090b9a867b694f6031213", + "rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9", "type": "github" }, "original": { "owner": "fufexan", "repo": "nix-gaming", + "rev": "22586cc4910284c9c7306f19dcd63ac0adbcbcc9", "type": "github" } }, @@ -917,11 +918,11 @@ "nixpkgs-lib_2": { "locked": { "dir": "lib", - "lastModified": 1696019113, - "narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=", + "lastModified": 1706550542, + "narHash": "sha256-UcsnCG6wx++23yeER4Hg18CXWbgNpqNXcHIo5/1Y+hc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a", + "rev": "97b17f32362e475016f942bbdfda4a4a72a8a652", "type": "github" }, "original": { @@ -1107,11 +1108,11 @@ }, "nixpkgs_9": { "locked": { - "lastModified": 1697009197, - "narHash": "sha256-viVRhBTFT8fPJTb1N3brQIpFZnttmwo3JVKNuWRVc3s=", + "lastModified": 1708751719, + "narHash": "sha256-0uWOKSpXJXmXswOvDM5Vk3blB74apFB6rNGWV5IjoN0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "01441e14af5e29c9d27ace398e6dd0b293e25a54", + "rev": "f63ce824cd2f036216eb5f637dfef31e1a03ee89", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1fac7c7..c01faef 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ }; eza.url = github:eza-community/eza/v0.12.0; eza.inputs.nixpkgs.follows = "nixpkgs"; - nix-gaming.url = github:fufexan/nix-gaming; + nix-gaming.url = github:fufexan/nix-gaming/22586cc4910284c9c7306f19dcd63ac0adbcbcc9; # until we jump to 24.05 # --- Sources kakoune.url = github:mawww/kakoune; diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index 6d731ee..5df967a 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -161,10 +161,11 @@ in # enable this module enable = true; # defaults (no need to be set unless modified) - quantum = 64; + quantum = 32; rate = 48000; }; }; + # udev configurations services.udev.packages = with pkgs; [ qmk-udev-rules # For keyboards