better multihead pt II

This commit is contained in:
atagen 2024-01-13 02:07:50 +11:00
parent 7882fe6841
commit 2e186237ee
8 changed files with 240 additions and 111 deletions

View file

@ -1,12 +1,11 @@
{
config,
lib,
pkgs,
swayosd,
...
}:
{
config.ezServices = {
swayosd = "${lib.getExe' swayosd "swayosd-server" }";
}
config,
lib,
pkgs,
swayosd,
...
}: {
config.ezServices = {
swayosd = "${lib.getExe' swayosd "swayosd-server"}";
};
}