shitposting
This commit is contained in:
parent
3bf845609b
commit
f366103162
2 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,11 @@ with builtins;
|
|||
home.sessionVariables.TZ = nixosConfig.time.timeZone;
|
||||
};
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
sudo = pkgs.sudo.override { withInsults = true; };
|
||||
};
|
||||
security.sudo.extraConfig = "Defaults insults";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue