forked from poz/niksos
feat(sudo): enable sudo insults
I'm not sure how I've been using this install without sudo insults
This commit is contained in:
parent
0926941d63
commit
c6ce737c25
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@
|
|||
# https://github.com/NixOS/nixpkgs/issues/158025
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
security.sudo.package = pkgs.sudo.override { withInsults = true; };
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
material-design-icons
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
|
|
Loading…
Reference in a new issue