diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:11:52 -0700 |
| commit | f9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch) | |
| tree | 3339280e10b9bebfeac2a092a839f4855b34f9dd /profiles/darwin/keyboard.nix | |
| parent | fix DNS configuration (diff) | |
| download | infra-f9205e1e963aa2ff9e31f93e80c536aa59f0842e.tar.gz | |
move common modules under modules/
Simplify the import on the various hosts.
Diffstat (limited to 'profiles/darwin/keyboard.nix')
| -rw-r--r-- | profiles/darwin/keyboard.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/profiles/darwin/keyboard.nix b/profiles/darwin/keyboard.nix deleted file mode 100644 index c460bac..0000000 --- a/profiles/darwin/keyboard.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - system.keyboard = { - enableKeyMapping = true; - remapCapsLockToControl = true; - }; -} |
