Refactoring

This commit is contained in:
larstvei 2022-09-19 16:54:39 +02:00
parent baefeb6664
commit c591c5b6a8

View File

@ -27,13 +27,15 @@
'';
networking.hostName = "macbookpro";
system.stateVersion = 4;
system.keyboard = {
system = {
stateVersion = 4;
keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
system.defaults = {
defaults = {
screencapture = { location = "/tmp"; };
dock = {
autohide = true;
@ -57,6 +59,7 @@
"com.apple.swipescrolldirection" = true;
};
};
};
homebrew = {
enable = true;