feat: HomeManager | enable notifications for yubikey touch required

This commit is contained in:
2025-02-14 21:39:55 +05:00
parent 6a1e16b9e3
commit 7b9cd178ec
3 changed files with 68 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ in {
# Enable home-manager
programs.home-manager.enable = true;
services.yubikey-touch-detector.enable = true;
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";
}