add: eww exec hyprland
This commit is contained in:
parent
204212a9d9
commit
d24f4931de
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
exec-once = [
|
||||
"${pkgs._1password-gui}/bin/1password --silent"
|
||||
"earbuds -d"
|
||||
"eww open-many bar window-clock window-battery window-earbuds"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue