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"; networking.hostName = "macbookpro";
system.stateVersion = 4;
system.keyboard = { system = {
stateVersion = 4;
keyboard = {
enableKeyMapping = true; enableKeyMapping = true;
remapCapsLockToControl = true; remapCapsLockToControl = true;
}; };
system.defaults = { defaults = {
screencapture = { location = "/tmp"; }; screencapture = { location = "/tmp"; };
dock = { dock = {
autohide = true; autohide = true;
@ -57,6 +59,7 @@
"com.apple.swipescrolldirection" = true; "com.apple.swipescrolldirection" = true;
}; };
}; };
};
homebrew = { homebrew = {
enable = true; enable = true;