From d24f4931ded83547a40cca9cf090080b5a97497d Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 13 Nov 2023 14:37:49 +1300 Subject: [PATCH] add: eww exec hyprland --- home/ooks/features/wayland/essentials/eww/default.nix | 2 +- home/ooks/features/wayland/window-manager/hyprland/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" ]; }; };