Neovim and youtube

This commit is contained in:
Henry Sipp
2025-07-11 20:00:35 -05:00
parent 1ba5501139
commit e2d116c28a
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -49,4 +49,7 @@ in {
package = pkgs.gnome-themes-extra;
};
};
# TODO: Add an actual nvim config
programs.neovim.enable = true;
}
@@ -20,6 +20,8 @@
# Just dash of transparency
"opacity 0.97 0.9, class:.*"
# Normal chrome Youtube tabs
"opacity 1 1, class:^(chromium|google-chrome|google-chrome-unstable)$, title:.*Youtube.*"
"opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$"
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"