mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Neovim and youtube
This commit is contained in:
@@ -49,4 +49,7 @@ in {
|
|||||||
package = pkgs.gnome-themes-extra;
|
package = pkgs.gnome-themes-extra;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Add an actual nvim config
|
||||||
|
programs.neovim.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
# Just dash of transparency
|
# Just dash of transparency
|
||||||
"opacity 0.97 0.9, class:.*"
|
"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 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$"
|
||||||
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
|
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
|
||||||
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"
|
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"
|
||||||
|
|||||||
Reference in New Issue
Block a user