feat(niri): add mako dependency
This commit is contained in:
parent
950e7dbc2e
commit
a40a2eb630
1 changed files with 2 additions and 0 deletions
|
@ -47,4 +47,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.niri;
|
package = pkgs.niri;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.user.services.niri = { wants = [ "mako" ]; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue