mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
xsession: set RemainAfterExit for setxkbmap.service
(cherry picked from commit 2eae9daae7
)
This commit is contained in:
parent
33c6230dac
commit
634a909ddc
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ in
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
RemainAfterExit = true;
|
||||||
ExecStart =
|
ExecStart =
|
||||||
let
|
let
|
||||||
args = concatStringsSep " " (
|
args = concatStringsSep " " (
|
||||||
|
|
Loading…
Reference in a new issue