remove yubikey-manager
This commit is contained in:
parent
4dfacb5c28
commit
d8d1922608
2 changed files with 6 additions and 5 deletions
|
@ -84,7 +84,6 @@ desktop: {
|
|||
++ (
|
||||
if desktop
|
||||
then [
|
||||
yubikey-manager
|
||||
yt-dlp
|
||||
oxipng
|
||||
jpegoptim
|
||||
|
@ -95,9 +94,12 @@ desktop: {
|
|||
]
|
||||
else []
|
||||
);
|
||||
sessionVariables = if desktop then {
|
||||
QT_PLUGIN_PATH = lib.mkForce "\${QT_PLUGIN_PATH}:${config.i18n.inputMethod.package}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.kdePackages.kimageformats}/${pkgs.qt6.qtbase.qtPluginPrefix}";
|
||||
} else {};
|
||||
sessionVariables =
|
||||
if desktop
|
||||
then {
|
||||
QT_PLUGIN_PATH = lib.mkForce "\${QT_PLUGIN_PATH}:${config.i18n.inputMethod.package}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.kdePackages.kimageformats}/${pkgs.qt6.qtbase.qtPluginPrefix}";
|
||||
}
|
||||
else {};
|
||||
};
|
||||
|
||||
programs.eza = {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
yubikey-manager-qt
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue