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; enableZshIntegration = true;
enableSshSupport = true; enableSshSupport = true;
enableScDaemon = true; enableScDaemon = true;
# pinentryPackage = pkgs.pinentry-qt; pinentryPackage = pkgs.pinentry-qt;
extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable '' # extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable ''
pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet # pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
''; # '';
}; };
}; };
} }

View File

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

View File

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