🗑️ (home/wayland) replace deprecate eww-wayland package by eww
This commit is contained in:
parent
fbc70228ae
commit
3d150c620e
|
@ -1,7 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{...}: {
|
||||||
programs.eww = {
|
programs.eww = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.eww-wayland;
|
|
||||||
configDir = ./config;
|
configDir = ./config;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
extraConfig =
|
extraConfig =
|
||||||
''
|
''
|
||||||
exec-once=env XDG_CACHE_HOME=/tmp ${pkgs.eww-wayland}/bin/eww open bar
|
exec-once=env XDG_CACHE_HOME=/tmp ${pkgs.eww}/bin/eww open bar
|
||||||
exec-once=${pkgs.swaybg}/bin/swaybg -i ${inputs.wallpaper}
|
exec-once=${pkgs.swaybg}/bin/swaybg -i ${inputs.wallpaper}
|
||||||
exec-once=${pkgs.mako}/bin/mako
|
exec-once=${pkgs.mako}/bin/mako
|
||||||
exec-once=${pkgs.thunderbird}/bin/thunderbird
|
exec-once=${pkgs.thunderbird}/bin/thunderbird
|
||||||
|
|
Loading…
Reference in a new issue