1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

activate-system: run keyboard activation at boot

The keyboard mappings are not persistent and need to be reapplied after
a reboot.
This commit is contained in:
Daiderd Jordan 2018-02-28 20:18:49 +01:00
parent e9fc93dab5
commit 42fb777813
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -30,6 +30,7 @@ in
# Prevent the current configuration from being garbage-collected.
ln -sfn /run/current-system /nix/var/nix/gcroots/current-system
${config.system.activationScripts.keyboard.text}
${config.system.activationScripts.nix.text}
'';
serviceConfig.RunAtLoad = true;