From 034e13314f023b948b60e0f7c9819c8035afa60a Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Sun, 15 Dec 2024 17:50:53 -0800 Subject: [PATCH] no --- hosts/shiroko/configuration.nix | 4 +++- modules/core/default.nix | 1 + modules/security/default.nix | 2 -- users/kaitotlex/home.nix | 7 ++++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hosts/shiroko/configuration.nix b/hosts/shiroko/configuration.nix index d910d89..d04b7ef 100644 --- a/hosts/shiroko/configuration.nix +++ b/hosts/shiroko/configuration.nix @@ -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; diff --git a/modules/core/default.nix b/modules/core/default.nix index ec2b933..ad1ff1a 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -48,6 +48,7 @@ noto-fonts-cjk-sans noto-fonts-emoji nerd-fonts.caskaydia-cove + nerd-fonts.mononoki #(nerdfonts.override { fonts = [ nerd-fonts.CascadiaCode ]; }) ]; }; diff --git a/modules/security/default.nix b/modules/security/default.nix index 2a00e68..0fdad61 100644 --- a/modules/security/default.nix +++ b/modules/security/default.nix @@ -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; diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index 64810c5..bf23da7 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -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"; }; };