commit 15feef37cb22a261e357b96148a9d8fbdaf8a3f6
parent 8b5bdec649b834ecd68887623544f40d7e35753b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 14:07:23 +0200
parent 8b5bdec649b834ecd68887623544f40d7e35753b
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 14:07:23 +0200
clenup
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix @@ -80,17 +80,6 @@ in { networking.hostName = "blechbuechse"; networking.computerName = config.networking.hostName; -# system.keyboard = { -# enableKeyMapping = true; -# userKeyMapping = [ -# # Remap tilde on non-US keyboards -# { HIDKeyboardModifierMappingSrc = 30064771172; HIDKeyboardModifierMappingDst = 30064771125; } -# # Swap right command and option keys -# { HIDKeyboardModifierMappingSrc = 30064771303; HIDKeyboardModifierMappingDst = 30064771302; } -# { HIDKeyboardModifierMappingSrc = 30064771302; HIDKeyboardModifierMappingDst = 30064771303; } -# ]; -# }; - system.activationScripts.postActivation.text = '' # Set the default shell to bash. MacOS doesn't do this like nixOS does sudo chsh -s ${pkgs.bashInteractive}/bin/bash leah