overrides: add autorandr meta.mainProgram
This commit is contained in:
parent
feec801833
commit
2ae3a4e53d
1 changed files with 5 additions and 0 deletions
|
@ -31,4 +31,9 @@ in
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://nixpk.gs/pr-tracker.html?pr=259424
|
||||||
|
autorandr = prev.autorandr.overrideAttrs (old: {
|
||||||
|
meta = old.meta // { mainProgram = "autorandr"; };
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue