mirror of
https://github.com/nix-community/home-manager
synced 2024-12-25 03:09:47 +01:00
numlock: set RemainAfterExit for numlockx.service
This commit is contained in:
parent
2eae9daae7
commit
5c94538c7d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ in
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
RemainAfterExit = true;
|
||||||
ExecStart = "${pkgs.numlockx}/bin/numlockx";
|
ExecStart = "${pkgs.numlockx}/bin/numlockx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue