mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-04 18:19:08 +00:00
fix: volnoti stopped working
This commit is contained in:
parent
3348bd0b39
commit
1f0ee6b27f
@ -56,6 +56,10 @@ in
|
||||
# Graphical volume notifications
|
||||
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 = {
|
||||
|
||||
# Make sure that Volnoti actually starts (home-manager doesn't start
|
||||
|
Loading…
Reference in New Issue
Block a user