1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-30 02:07:28 +02:00

xsession: set RemainAfterExit for setxkbmap.service

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

View file

@ -102,6 +102,7 @@ in
Service = { Service = {
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true;
ExecStart = ExecStart =
let let
args = concatStringsSep " " ( args = concatStringsSep " " (