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