fix missing postInstall for ewwbar

This commit is contained in:
willifan 2025-01-15 12:06:52 +01:00
parent b3f466d9a5
commit 4a4440ce9e
2 changed files with 38 additions and 4 deletions

View file

@ -12,6 +12,7 @@ lib.mkIf config.desktop.wm.niri.enable {
home.packages = [
pkgs.xwayland-satellite
pkgs.ewwbar
];
programs.niri.settings = {
@ -22,7 +23,7 @@ lib.mkIf config.desktop.wm.niri.enable {
command = [ "xwayland-satellite" ":0" ];
}
{
command = [ "${lib.getExe pkgs.ewwbar}" ];
command = [ "ewwbar" ];
}
];