Cleanup
This commit is contained in:
@@ -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
|
||||
# '';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.steam-devices-udev-rules
|
||||
];
|
||||
|
||||
@@ -88,8 +88,7 @@ in
|
||||
cue = true;
|
||||
};
|
||||
};
|
||||
yubico.enable = true;
|
||||
yubico.mode = "challenge-response";
|
||||
services.sddm.u2fAuth = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user