This commit is contained in:
2025-11-06 14:05:55 +03:00
parent 3da1db7631
commit 0bb28c7644
3 changed files with 6 additions and 6 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
# '';
};
};
}

View File

@@ -7,6 +7,7 @@
hardware = {
steam-hardware.enable = true;
};
environment.systemPackages = [
pkgs.steam-devices-udev-rules
];

View File

@@ -88,8 +88,7 @@ in
cue = true;
};
};
yubico.enable = true;
yubico.mode = "challenge-response";
services.sddm.u2fAuth = true;
};
};