Merge branch 'main' of github.com:KaitoTLex/KaitoianOS
This commit is contained in:
KaitoTLex 2024-12-27 20:52:33 +08:00
commit 9bb87c8d97
4 changed files with 8 additions and 3 deletions

View file

@ -25,7 +25,11 @@
enable = true;
wrapperFeatures.gtk = true;
};
programs.swaylock = {
enable = true;
};
security.pam.services.swaylock = { };
#home.pointerCursor = {
#name = "apple_cursor";
#package = pkgs.apple-cursor;