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;
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
nerd-fonts.caskaydia-cove
|
||||
nerd-fonts.mononoki
|
||||
#(nerdfonts.override { fonts = [ nerd-fonts.CascadiaCode ]; })
|
||||
];
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue