initial commit

Just base laptop system on demilich
This commit is contained in:
2026-08-13 15:45:15 -05:00
commit cb6078e470
9 changed files with 713 additions and 0 deletions

8
security.nix Normal file
View File

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