mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-05 02:29:08 +00:00
fix: volnoti stopped working
This commit is contained in:
parent
3348bd0b39
commit
1f0ee6b27f
@ -56,6 +56,10 @@ in
|
|||||||
# Graphical volume notifications
|
# Graphical volume notifications
|
||||||
services.volnoti.enable = true;
|
services.volnoti.enable = true;
|
||||||
|
|
||||||
|
# Fix: Volnoti binary not found
|
||||||
|
# Broken by https://github.com/nix-community/home-manager/pull/5725/commits/98bf8de65dc1ed12c6443b18f6f24d36e9c438d6
|
||||||
|
systemd.user.services.volnoti.Service.ExecStart = lib.mkForce "${pkgs.volnoti}/bin/volnoti -v -n";
|
||||||
|
|
||||||
xsession.windowManager.i3.config = {
|
xsession.windowManager.i3.config = {
|
||||||
|
|
||||||
# Make sure that Volnoti actually starts (home-manager doesn't start
|
# Make sure that Volnoti actually starts (home-manager doesn't start
|
||||||
|
Loading…
Reference in New Issue
Block a user