yes
Merge branch 'main' of github.com:KaitoTLex/KaitoianOS
This commit is contained in:
commit
9bb87c8d97
4 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
ghidra
|
ghidra
|
||||||
social-engineer-toolkit
|
social-engineer-toolkit
|
||||||
aircrack-ng
|
aircrack-ng
|
||||||
|
swaylock-fancy
|
||||||
brightnessctl
|
brightnessctl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue