qol: enabled transparent kitty / hyprland / nixvim

This commit is contained in:
2025-12-26 01:20:08 +00:00
parent fe4ca266c2
commit 786be7bdc9
4 changed files with 21 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ in
wayfreeze wayfreeze
grim grim
slurp slurp
killall
]; ];
} }

View File

@@ -40,7 +40,10 @@
}; };
blur = { blur = {
enabled = false; enabled = true;
passes = 1;
new_optimizations = true;
ignore_opacity = false;
}; };
}; };
animations = { animations = {

View File

@@ -21,7 +21,22 @@ in
name = "Google Sans Code Nerd Font"; name = "Google Sans Code Nerd Font";
size = 11; size = 11;
}; };
settings = {
sync_to_monitor = "yes";
background_opacity = 0.5;
cursor_trail = 1;
### Blur is handled in hyprland config ###
# enable_background_blur = "true";
# background_blur = 1;
}; };
};
## i could use picom but i just used hyprland blur lol
# services.picom = {
# # for cool gpu accelerated kitty effiect like blurred bg
# enable = true;
# backend = "glx";
# activeOpacity = 0.5;
# };
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
bind = [ bind = [
"$mainMod, q, exec, kitty" "$mainMod, q, exec, kitty"

View File

@@ -38,6 +38,7 @@ in
}; };
plugins = { plugins = {
lsp-status.enable = true; lsp-status.enable = true;
transparent.enable = true;
lsp = { lsp = {
enable = true; enable = true;
servers = { servers = {