This commit is contained in:
KaitoTLex 2024-12-15 17:50:53 -08:00
parent c1ef544330
commit 034e13314f
4 changed files with 10 additions and 4 deletions

View file

@ -11,6 +11,8 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
];
services.fprintd.enable = true;
security.pam.services.login.fprintAuth = true;
#hardware.bluetooth.setting = {
#General = {
# ClassicBondedOnly = false;
@ -27,7 +29,7 @@
loader.efi.canTouchEfiVariables = true;
plymouth = {
enable = true;
font = "${config.stylix.fonts.monospace.package}/share/fonts/truetype/NerdFonts/CaskaydiaCoveNerdFontMono-Regular.ttf";
font = "${config.stylix.fonts.monospace.package}/share/fonts/truetype/NerdFonts/CaskaydiaCove/CaskaydiaCoveNerdFontMono-Regular.ttf";
};
consoleLogLevel = 3;
initrd.systemd.enable = true;