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.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
services.fprintd.enable = true;
|
||||||
|
security.pam.services.login.fprintAuth = true;
|
||||||
#hardware.bluetooth.setting = {
|
#hardware.bluetooth.setting = {
|
||||||
#General = {
|
#General = {
|
||||||
# ClassicBondedOnly = false;
|
# ClassicBondedOnly = false;
|
||||||
|
@ -27,7 +29,7 @@
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
plymouth = {
|
plymouth = {
|
||||||
enable = true;
|
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;
|
consoleLogLevel = 3;
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
nerd-fonts.caskaydia-cove
|
nerd-fonts.caskaydia-cove
|
||||||
|
nerd-fonts.mononoki
|
||||||
#(nerdfonts.override { fonts = [ nerd-fonts.CascadiaCode ]; })
|
#(nerdfonts.override { fonts = [ nerd-fonts.CascadiaCode ]; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
# Fingerprint Driver
|
# Fingerprint Driver
|
||||||
services.fprintd.enable = true;
|
|
||||||
security.pam.services.login.fprintAuth = true;
|
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
# feel free to add your own or remove some of them
|
# feel free to add your own or remove some of them
|
||||||
tetrio-desktop
|
tetrio-desktop
|
||||||
#tetrio-plus
|
#tetrio-plus
|
||||||
|
prismlauncher
|
||||||
|
#minecraft
|
||||||
|
asciiquarium-transparent
|
||||||
|
fortune
|
||||||
|
cowsay
|
||||||
cbonsai
|
cbonsai
|
||||||
xfce.tumbler
|
xfce.tumbler
|
||||||
vitetris
|
vitetris
|
||||||
|
@ -242,7 +247,7 @@
|
||||||
background_image = "${inputs.wallpapers}/kitty/moominResized.png";
|
background_image = "${inputs.wallpapers}/kitty/moominResized.png";
|
||||||
background_image_layout = "cscaled";
|
background_image_layout = "cscaled";
|
||||||
#background_image_linear = "yes";
|
#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