This commit is contained in:
KaitoTLex 2024-12-28 17:28:26 -08:00
parent 9bb87c8d97
commit 19a21c510f
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -5,7 +5,7 @@
terminal = "kitty";
modifier = "Mod4";
menu = "rofi -show combi";
lock = "swaylock";
#lock = "swaylock";
bars = [
{
command = "waybar";

View file

@ -4,6 +4,6 @@
kitty.variant256Colors = true;
neovim.enable = false;
sway.enable = true;
swalock.enable = true;
swaylock.enable = true;
};
}