mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 18:24:34 +00:00
Add bug notice for dunst having hard-coded xdg-open
This commit is contained in:
parent
ac41a455ca
commit
190aa4f69b
|
@ -9,6 +9,7 @@
|
||||||
cfg = osConfig.myOptions.home-manager.services.dunst;
|
cfg = osConfig.myOptions.home-manager.services.dunst;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
# BUG: Dunst seems to have /usr/bin/xdg-open hardcoded
|
||||||
services.dunst = {
|
services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
|
|
Loading…
Reference in a new issue