Compare commits

..

2 Commits

Author SHA1 Message Date
786be7bdc9 qol: enabled transparent kitty / hyprland / nixvim 2025-12-26 01:20:08 +00:00
fe4ca266c2 added: obs on laptop host 2025-12-26 01:17:13 +00:00
5 changed files with 22 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
stylix.enable = true;
tmux.enable = true;
theme.enable = true;
obs.enable = false;
obs.enable = true;
blender.enable = false;
bottles.enable = false;
fish.enable = true;

View File

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

View File

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

View File

@@ -21,7 +21,22 @@ in
name = "Google Sans Code Nerd Font";
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 = {
bind = [
"$mainMod, q, exec, kitty"

View File

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