Added mouse and keyboard configuration to nix-darwin config
This commit is contained in:
parent
fc00248ad6
commit
b77f0d436c
@ -32,6 +32,14 @@
|
|||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nix;
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
|
# Keyboard and Mouse
|
||||||
|
system.keyboard = {
|
||||||
|
enableKeyMapping = true;
|
||||||
|
remapCapsLockToEscape = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
system.defaults.NSGlobalDomain."com.apple.swipescrolldirection" = true;
|
||||||
|
|
||||||
# Create /etc/zshrc that loads the nix-darwin environment.
|
# Create /etc/zshrc that loads the nix-darwin environment.
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user