Fixed workflow; removed unnecessary stuff; add iso builder

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 238c4fcaf7
commit 0195c184b7
16 changed files with 113 additions and 173 deletions
+2
View File
@@ -85,6 +85,8 @@
};
};
environment.systemPackages = with pkgs; [ git ];
security = lib.mkIf (!isServer) {
pam.services.swaylock = { };
polkit.enable = true;