add: eww exec hyprland

This commit is contained in:
ooks-io 2023-11-13 14:37:49 +13:00
parent 204212a9d9
commit d24f4931de
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ pkgs, ... }:
{
programs.eww = {
enable = true;

View file

@ -99,6 +99,7 @@
exec-once = [
"${pkgs._1password-gui}/bin/1password --silent"
"earbuds -d"
"eww open-many bar window-clock window-battery window-earbuds"
];
};
};