Added some hyprland utilities

This commit is contained in:
fwastring 2025-09-06 16:43:29 +02:00
parent 6a9b5e8267
commit 23fa2928d7
6 changed files with 701 additions and 215 deletions

View file

@ -7,11 +7,10 @@
{
programs.kitty = {
enable = true;
font =
{
name = "ComicShannsMono Nerd Font";
size = 12;
};
font = {
name = "ComicShannsMono Nerd Font";
size = 12;
};
shellIntegration = {
mode = "no-cursor";
};
@ -21,6 +20,7 @@
cursor_shape = "block";
cursor_blink_interval = 0;
enable_audio_bell = false;
window_padding_width = 5;
};
};
}