fix missing postInstall for ewwbar
This commit is contained in:
parent
b3f466d9a5
commit
4a4440ce9e
2 changed files with 38 additions and 4 deletions
|
@ -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" ];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue