use sway for now since hyprland crashes with kvm switch

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-31 21:25:28 -05:00
parent 00a045d0c1
commit 566d709ca8
15 changed files with 739 additions and 3 deletions

View file

@ -0,0 +1,15 @@
{ ... }:
{
programs.swaylock = {
enable = true;
settings = {
color = "#000000";
indicator-caps-lock = true;
indicator-idle-visible = true;
indicator-radius = 100;
indicator-thickness = 10;
font = "JetBrainsMono Nerd Font Regular";
font-size = 20;
};
};
}