1
0

create home/macos/home.nix

This commit is contained in:
2025-09-21 19:04:45 -07:00
parent b699896f68
commit 50dc2180ba
2 changed files with 33 additions and 0 deletions

View File

@@ -52,6 +52,12 @@
];
};
homeManagerModules.macos = { ... }: {
imports = [
./home/macos/home.nix
];
};
homeManagerModules.develop = { ... }: {
imports = [
./home/develop/emacs.nix