mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
xsession: set RemainAfterExit for setxkbmap.service
This commit is contained in:
parent
55c962fda2
commit
2eae9daae7
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ in
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
RemainAfterExit = true;
|
||||||
ExecStart =
|
ExecStart =
|
||||||
let
|
let
|
||||||
args = concatStringsSep " " (
|
args = concatStringsSep " " (
|
||||||
|
|
Loading…
Reference in a new issue