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;

View file

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

View file

@ -196,7 +196,7 @@
ghidra
social-engineer-toolkit
aircrack-ng
swaylock-fancy
brightnessctl
];

View file

@ -3,7 +3,7 @@
waybar.enable = false;
kitty.variant256Colors = true;
neovim.enable = false;
gnome.enable = true;
kde.enable = true;
sway.enable = true;
swalock.enable = true;
};
}