consistency

This commit is contained in:
2026-03-13 15:24:19 +00:00
parent e4d859a6ae
commit e4a20ddeb9
8 changed files with 112 additions and 104 deletions

View File

@@ -8,6 +8,13 @@
system.primaryUser = "cschmatzler";
# Darwin system utilities
environment.systemPackages = with pkgs; [
alcove
dockutil
mas
];
system.defaults = {
NSGlobalDomain = {
AppleInterfaceStyle = null;
@@ -140,12 +147,5 @@
"tidal"
];
};
# Darwin system utilities
environment.systemPackages = with pkgs; [
alcove
dockutil
mas
];
};
}