Rearrange the config structure

This commit is contained in:
Yan Lin 2025-08-28 20:25:28 +02:00
parent 61db648993
commit 4689a4f69c
10 changed files with 114 additions and 33 deletions

View file

@ -2,8 +2,7 @@
{
imports = [
../modules/homebrew.nix
../modules/nix-homebrew.nix
../../modules/homebrew.nix
];
# Set primary user for system preferences

View file

@ -2,7 +2,7 @@
{
imports = [
./macos-defaults.nix
./darwin/defaults.nix
];
}