This commit is contained in:
KaitoTLex 2024-12-27 04:50:27 -08:00
parent f04ec2a417
commit 50c093acf5
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;