home-manager: Use string variable for notify-send

Since the variable has to be a string anyway, wrapping the entire
command in it reduces complexity a bit.
This commit is contained in:
Donovan Glover
2024-07-06 11:17:54 -04:00
parent 307a7fb543
commit 2050b758ab
3 changed files with 14 additions and 16 deletions

View File

@ -168,9 +168,7 @@ in
extraSpecialArgs = {
vars = {
notifications = {
duration = "2000";
};
notifySend = "notify-send -t 2000";
};
};
};