switch from nix-darwin control to more home-manager darwin settings

This commit is contained in:
Noah Masur
2026-07-05 14:34:43 -06:00
parent e0fb590314
commit 35d40ca346
14 changed files with 505 additions and 106 deletions
@@ -16,12 +16,12 @@ in
nmasur.profiles.base.enable = lib.mkDefault true;
homebrew.casks = [
"1password" # 1Password will not launch from Nix on macOS
# "gitify" # Git notifications in menu bar (downgrade manually from 4.6.1)
# "logitech-g-hub" # Mouse and keyboard management
"logitune" # Logitech webcam firmware
"meetingbar" # Show meetings in menu bar
];
# homebrew.casks = [
# "1password" # 1Password will not launch from Nix on macOS
# # "gitify" # Git notifications in menu bar (downgrade manually from 4.6.1)
# # "logitech-g-hub" # Mouse and keyboard management
# "logitune" # Logitech webcam firmware
# "meetingbar" # Show meetings in menu bar
# ];
};
}