make yubikey-manager desktop-only
This commit is contained in:
parent
f3be94e063
commit
d6b8d94481
1 changed files with 1 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue