moved basics out of sway.nix

This commit is contained in:
k
2024-09-25 20:01:30 -04:00
parent 7ce35c7655
commit 4a31a114a9
3 changed files with 24 additions and 10 deletions

View File

@@ -7,6 +7,8 @@
system.autoUpgrade.enable = true;
time.timeZone = "America/New_York";
security.rtkit.enable = true;
security.polkit.enable = true;
security.pam.services.swaylock = {};
powerManagement.enable = true;
nix = {