mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
committed by
GitHub
parent
1d8296c46f
commit
ffc3a473e6
@@ -41,7 +41,7 @@ in {
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${cfg.package}/bin/xembedsniproxy";
|
||||
Restart = "on-abort";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user