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; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };
programs.swaylock = {
enable = true;
};
security.pam.services.swaylock = { };
#home.pointerCursor = { #home.pointerCursor = {
#name = "apple_cursor"; #name = "apple_cursor";
#package = pkgs.apple-cursor; #package = pkgs.apple-cursor;

View file

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

View file

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

View file

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