an attempt was made to fix security

This commit is contained in:
KaitoTLex 2024-12-12 21:53:21 -08:00
parent 425f275653
commit c1ef544330
3 changed files with 2 additions and 9 deletions

View file

@ -68,13 +68,6 @@
}; };
}; };
#security yargen #security yargen
# security.pam.yubico.enable = true;
services.fprintd = {
#tod.enable = true;
enable = true;
};
security.pam.services.root.fprintAuth = true;
#If i become a twat #If i become a twat
services.desktopManager.plasma6.enable = false; services.desktopManager.plasma6.enable = false;

View file

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

View file

@ -25,7 +25,7 @@
}; };
monospace = { monospace = {
name = "CaskaydiaCove Nerd Font"; name = "CaskaydiaCove Nerd Font";
package = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; }); package = pkgs.nerd-fonts.caskaydia-cove;
}; };
}; };
cursor = { cursor = {