mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
committed by
GitHub
parent
80092fae03
commit
336c792b19
@@ -30,7 +30,7 @@ in {
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${pkgs.rsibreak}/bin/rsibreak";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user