mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 06:04:33 +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;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
# BUG: Dunst seems to have /usr/bin/xdg-open hardcoded
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
Loading…
Reference in a new issue