mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-10 07:17:49 +02:00
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:
@ -168,9 +168,7 @@ in
|
||||
|
||||
extraSpecialArgs = {
|
||||
vars = {
|
||||
notifications = {
|
||||
duration = "2000";
|
||||
};
|
||||
notifySend = "notify-send -t 2000";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user