mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Refactoring
This commit is contained in:
parent
baefeb6664
commit
c591c5b6a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user