no
This commit is contained in:
parent
9bb87c8d97
commit
19a21c510f
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
terminal = "kitty";
|
||||
modifier = "Mod4";
|
||||
menu = "rofi -show combi";
|
||||
lock = "swaylock";
|
||||
#lock = "swaylock";
|
||||
bars = [
|
||||
{
|
||||
command = "waybar";
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
kitty.variant256Colors = true;
|
||||
neovim.enable = false;
|
||||
sway.enable = true;
|
||||
swalock.enable = true;
|
||||
swaylock.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue