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;

View file

@ -48,6 +48,7 @@
noto-fonts-cjk-sans
noto-fonts-emoji
nerd-fonts.caskaydia-cove
nerd-fonts.mononoki
#(nerdfonts.override { fonts = [ nerd-fonts.CascadiaCode ]; })
];
};

View file

@ -1,8 +1,6 @@
{
security.rtkit.enable = true;
# Fingerprint Driver
services.fprintd.enable = true;
security.pam.services.login.fprintAuth = true;
# Enable the OpenSSH daemon.
services.openssh.enable = true;

View file

@ -24,6 +24,11 @@
# feel free to add your own or remove some of them
tetrio-desktop
#tetrio-plus
prismlauncher
#minecraft
asciiquarium-transparent
fortune
cowsay
cbonsai
xfce.tumbler
vitetris
@ -242,7 +247,7 @@
background_image = "${inputs.wallpapers}/kitty/moominResized.png";
background_image_layout = "cscaled";
#background_image_linear = "yes";
background_opacity = pkgs.lib.mkForce "0.8";
background_opacity = pkgs.lib.mkForce "0.6";
};
};