From d3d15d3ec96df2133a5d227a12e1193409cb5ca0 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:10:20 -0800 Subject: [PATCH] bump --- extras/gaming.nix | 5 +++++ flake.lock | 18 +++++++++--------- users/tao.nix | 9 +++++---- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/extras/gaming.nix b/extras/gaming.nix index c38f174..dcd668e 100644 --- a/extras/gaming.nix +++ b/extras/gaming.nix @@ -37,5 +37,10 @@ default.clock.max-quantum = 32; }; }; + # "pipewire/pipewire.d/99-input-denoising.conf" = json.generate "99-input-denoising.conf" { + # context.modules = [{ + # name = "libpipewire-module-filter-chain"; + # }]; + # }; }; } diff --git a/flake.lock b/flake.lock index 5086bc0..2c30960 100644 --- a/flake.lock +++ b/flake.lock @@ -41,11 +41,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1701250978, - "narHash": "sha256-ohu3cz4edjpGxs2qUTgbs0WrnewOX4crnUJNEB6Jox4=", + "lastModified": 1702453208, + "narHash": "sha256-0wRi9SposfE2wHqjuKt8WO2izKB/ASDOV91URunIqgo=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "8772491ed75f150f02552c60694e1beff9f46013", + "rev": "7763c6fd1f299cb9361ff2abf755ed9619ef01d6", "type": "github" }, "original": { @@ -105,11 +105,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1701068326, - "narHash": "sha256-vmMceA+q6hG1yrjb+MP8T0YFDQIrW3bl45e7z24IEts=", + "lastModified": 1702312524, + "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8cfef6986adfb599ba379ae53c9f5631ecd2fd9c", + "rev": "a9bf124c46ef298113270b1f84a164865987a91c", "type": "github" }, "original": { @@ -120,11 +120,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1701053011, - "narHash": "sha256-8QQ7rFbKFqgKgLoaXVJRh7Ik5LtI3pyBBCfOnNOGkF0=", + "lastModified": 1702221085, + "narHash": "sha256-Br3GCSkkvkmw46cT6wCz6ro2H1WgDMWbKE0qctbdtL0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5b528f99f73c4fad127118a8c1126b5e003b01a9", + "rev": "c2786e7084cbad90b4f9472d5b5e35ecb57958af", "type": "github" }, "original": { diff --git a/users/tao.nix b/users/tao.nix index 3d50b0d..380fbe8 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -45,7 +45,7 @@ typst-lsp unstable.joshuto unstable.nushell - unstable.oculante + # unstable.oculante unstable.pandoc unstable.prusa-slicer unstable.starship @@ -59,9 +59,10 @@ ]; programs.mosh.enable = true; environment.shells = with pkgs; [ unstable.nushell ]; - # services.udev.extraRules = '' - # KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl" - # ''; + services.udev.extraRules = '' + KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl" + KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl" + ''; hardware.keyboard.qmk.enable = true;