modularized deployments

This commit is contained in:
2026-08-14 10:07:01 -05:00
parent efad2c82e8
commit a058a8cddc
6 changed files with 99 additions and 26 deletions

8
demilich/security.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
security = {
polkit.enable = true;
pam.services.swaylock = {};
};
}