diff --git a/home/ooks/features/wayland/essentials/eww/default.nix b/home/ooks/features/wayland/essentials/eww/default.nix index 815b6eb..416f108 100644 --- a/home/ooks/features/wayland/essentials/eww/default.nix +++ b/home/ooks/features/wayland/essentials/eww/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ pkgs, ... }: { programs.eww = { enable = true; diff --git a/home/ooks/features/wayland/window-manager/hyprland/default.nix b/home/ooks/features/wayland/window-manager/hyprland/default.nix index 3635517..2fa5c31 100644 --- a/home/ooks/features/wayland/window-manager/hyprland/default.nix +++ b/home/ooks/features/wayland/window-manager/hyprland/default.nix @@ -99,6 +99,7 @@ exec-once = [ "${pkgs._1password-gui}/bin/1password --silent" "earbuds -d" + "eww open-many bar window-clock window-battery window-earbuds" ]; }; };