From e2d116c28a1fd8ef368c31ad802347259d4de3d3 Mon Sep 17 00:00:00 2001 From: Henry Sipp Date: Fri, 11 Jul 2025 20:00:35 -0500 Subject: [PATCH] Neovim and youtube --- modules/home-manager/default.nix | 3 +++ modules/home-manager/hyprland/windows.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index afc7a50..44bd5ce 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -49,4 +49,7 @@ in { package = pkgs.gnome-themes-extra; }; }; + + # TODO: Add an actual nvim config + programs.neovim.enable = true; } diff --git a/modules/home-manager/hyprland/windows.nix b/modules/home-manager/hyprland/windows.nix index 962b8e4..7a34a3f 100644 --- a/modules/home-manager/hyprland/windows.nix +++ b/modules/home-manager/hyprland/windows.nix @@ -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"