Rename and refactor Darwin-specific modules

Renamed several modules to better align with Darwin-specific configurations. Refactored configuration for Alacritty and removed it from system packages where not needed. Introduced Homebrew settings and cleaned up redundant entries in multiple Nix files.
This commit is contained in:
Harald Hoyer 2024-11-25 14:22:52 +01:00
parent f5670d2c0e
commit cbe03d1060
8 changed files with 63 additions and 58 deletions

View file

@ -24,7 +24,6 @@
};
tools = {
direnv.enable = true;
ssh.enable = true;
git.enable = true;
};