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;
|
enable = true;
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
programs.swaylock = {
|
# programs.swaylock = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
security.pam.services.swaylock = { };
|
#security.pam.services.swaylock = { };
|
||||||
#home.pointerCursor = {
|
#home.pointerCursor = {
|
||||||
#name = "apple_cursor";
|
#name = "apple_cursor";
|
||||||
#package = pkgs.apple-cursor;
|
#package = pkgs.apple-cursor;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
menu = "rofi -show combi";
|
menu = "rofi -show combi";
|
||||||
lock = "swaylock";
|
#lock = "swaylock";
|
||||||
bars = [
|
bars = [
|
||||||
{
|
{
|
||||||
command = "waybar";
|
command = "waybar";
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
kitty.variant256Colors = true;
|
kitty.variant256Colors = true;
|
||||||
neovim.enable = false;
|
neovim.enable = false;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
swalock.enable = true;
|
swaylock.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue