1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

numlock: set RemainAfterExit for numlockx.service

This commit is contained in:
Tobias Happ 2019-08-14 20:41:19 +02:00 committed by Robert Helgesson
parent 2eae9daae7
commit 5c94538c7d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -23,6 +23,7 @@ in
Service = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.numlockx}/bin/numlockx";
};