mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
13 lines
258 B
SYSTEMD
13 lines
258 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@setxkbmap@/bin/setxkbmap -layout 'us' -variant ''
|
||
|
RemainAfterExit=true
|
||
|
Type=oneshot
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session-pre.target
|
||
|
Description=Set up keyboard in X
|
||
|
PartOf=graphical-session.target
|