mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 02:39:48 +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 = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
ExecStart = "${pkgs.numlockx}/bin/numlockx";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue