diff --git a/home/ooks/opt/desktop/standard/wayland/default.nix b/home/ooks/opt/desktop/standard/wayland/default.nix index a571c31..a34c07a 100644 --- a/home/ooks/opt/desktop/standard/wayland/default.nix +++ b/home/ooks/opt/desktop/standard/wayland/default.nix @@ -11,6 +11,9 @@ xdg.mimeApps.enable = true; home.packages = with pkgs; [ grim + libnotify + linux-firmware + pkgs.qt6.qtwayland mpv gtk3 pulseaudio diff --git a/home/ooks/opt/desktop/standard/wayland/kitty.nix b/home/ooks/opt/desktop/standard/wayland/kitty.nix index ecd3b01..5b0ee35 100644 --- a/home/ooks/opt/desktop/standard/wayland/kitty.nix +++ b/home/ooks/opt/desktop/standard/wayland/kitty.nix @@ -28,6 +28,7 @@ in window_padding_width = 5; foreground = "#${colors.base05}"; background = "#${colors.base00}"; + background_opacity = "1.0"; selection_background = "#${colors.base05}"; selection_foreground = "#${colors.base00}"; url_color = "#${colors.base04}";