diff --git a/flake.lock b/flake.lock index 8f9a38a..9e8d13f 100644 --- a/flake.lock +++ b/flake.lock @@ -200,11 +200,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1773814637, - "narHash": "sha256-GNU+ooRmrHLfjlMsKdn0prEKVa0faVanm0jrgu1J/gY=", + "lastModified": 1774799055, + "narHash": "sha256-Tsq9BCz0q47ej1uFF39m4tuhcwru/ls6vCCJzutEpaw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fea3b367d61c1a6592bc47c72f40a9f3e6a53e96", + "rev": "107cba9eb4a8d8c9f8e9e61266d78d340867913a", "type": "github" }, "original": { @@ -216,11 +216,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1773821835, - "narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", + "lastModified": 1774709303, + "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", + "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", "type": "github" }, "original": { diff --git a/hosts/nate-work/linked-dotfiles/niri/config.kdl b/hosts/nate-work/linked-dotfiles/niri/config.kdl index b8bc936..8b168f3 100644 --- a/hosts/nate-work/linked-dotfiles/niri/config.kdl +++ b/hosts/nate-work/linked-dotfiles/niri/config.kdl @@ -444,7 +444,7 @@ binds { // // Dictation - Mod+grave { spawn "hyprvoice" "toggle"; } + Mod+semicolon { spawn "hyprvoice" "toggle"; } // Notifications - Noctalia notification panel Mod+Shift+C { spawn "noctalia-shell" "ipc" "call" "notificationHistory" "toggle"; } diff --git a/shared/modules/home-manager/base-home.nix b/shared/modules/home-manager/base-home.nix index 794e6db..d26e1e5 100644 --- a/shared/modules/home-manager/base-home.nix +++ b/shared/modules/home-manager/base-home.nix @@ -69,7 +69,7 @@ in # Gnome keyring for SSH and secrets services.gnome-keyring.enable = true; - services.gnome-keyring.components = [ "ssh" "secrets" ]; + services.gnome-keyring.components = [ "secrets" ]; # ssh handled by gcr-ssh-agent (gcr 4.x) # Bluetooth headphone controls services.mpris-proxy.enable = true;