add package to PATH
This commit is contained in:
parent
7b49665ee5
commit
eeb8a69740
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
systemd.user.services.nix-cache-login = {
|
||||
description = "Nix cache login - refresh access token";
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue