aboutsummaryrefslogtreecommitdiff
path: root/profiles/darwin/keyboard.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
committerFranck Cuny <franck@fcuny.net>2025-10-09 19:11:52 -0700
commitf9205e1e963aa2ff9e31f93e80c536aa59f0842e (patch)
tree3339280e10b9bebfeac2a092a839f4855b34f9dd /profiles/darwin/keyboard.nix
parentfix DNS configuration (diff)
downloadinfra-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.nix7
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;
- };
-}