an attempt was made to fix security
This commit is contained in:
parent
425f275653
commit
c1ef544330
3 changed files with 2 additions and 9 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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 ]; })
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue