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";
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user