diff --git a/nixos/profiles/common/physical/default.nix b/nixos/profiles/common/physical/default.nix index 4c37fe0..b6465e0 100644 --- a/nixos/profiles/common/physical/default.nix +++ b/nixos/profiles/common/physical/default.nix @@ -1,6 +1,9 @@ -{ +{pkgs, ...}: { networking.stevenblack.enable = true; services.system76-scheduler.enable = true; services.power-profiles-daemon.enable = true; services.thermald.enable = true; + + # YubiKey + services.udev.packages = [pkgs.yubikey-personalization]; }