mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 20:11:06 +01:00
volnoti: use cfg.package instead of pkgs
This commit is contained in:
parent
f9fd45c512
commit
98bf8de65d
4 changed files with 34 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ in {
|
|||
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
||||
Service = { ExecStart = "${pkgs.volnoti}/bin/volnoti -v -n"; };
|
||||
Service = { ExecStart = "${lib.getExe cfg.package} -v -n"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue