Flake update

This commit is contained in:
2025-11-06 16:04:01 +03:00
parent 0bb28c7644
commit d732a2ff44
2 changed files with 13 additions and 13 deletions

View File

@@ -24,10 +24,10 @@
enableZshIntegration = true;
enableSshSupport = true;
enableScDaemon = true;
pinentryPackage = pkgs.pinentry-qt;
# extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable ''
# pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
# '';
# pinentryPackage = pkgs.pinentry-qt;
extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable ''
pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
'';
};
};
}