From 66eb499ad0d0256ec226c9092ba966f66d82740c Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 29 Jun 2024 22:13:05 -0700 Subject: [PATCH] uhk-agent bb --- hosts/snowhawk/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index ee5cf95..d59f3f8 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -94,6 +94,8 @@ xclip + uhk-agent + rustup gnumake zig @@ -105,6 +107,7 @@ ]; }; + hardware.keyboard.uhk.enable = true; security.pam.services."ravenshade".enableGnomeKeyring = true; services.gnome.gnome-keyring.enable = true;