no
This commit is contained in:
parent
c1ef544330
commit
034e13314f
4 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue