make yubikey-manager desktop-only

This commit is contained in:
Charlotte 🦝 Delenk 2022-12-13 13:41:43 +01:00
parent f3be94e063
commit d6b8d94481
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -35,14 +35,13 @@ desktop: {pkgs, ...}: {
less = "bat";
};
packages = with pkgs; [
yubikey-manager
yubico-piv-tool
ripgrep
jq
gh
htop
sops
];
] ++ (if desktop then [yubikey-manager] else []);
};
programs.exa = {