mirror of
https://github.com/nix-community/home-manager
synced 2025-05-10 06:46:43 +02:00
parent
dcc1a9e659
commit
7540dcc789
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||||
ExecStart = "${pkgs.opensnitch-ui}/bin/opensnitch-ui";
|
ExecStart = "${pkgs.opensnitch-ui}/bin/opensnitch-ui";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue