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:
parent
e9fc93dab5
commit
42fb777813
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue