Initial commit (after fork)
This commit is contained in:
parent
5ebba8a939
commit
5fe3f69a17
111 changed files with 1428 additions and 1611 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
security.rtkit.enable = true;
|
||||
security.sudo.enable = true;
|
||||
security.sudo.package = pkgs.sudo.override {withInsults = true;}; # I'm spanish and I love cursing
|
||||
# security.pam.services.swaylock = { };
|
||||
security.pam.services.hyprlock = {};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue