mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
Fix home-manager impurity and add brew configuration
This commit is contained in:
6
modules/darwin/default.nix
Normal file
6
modules/darwin/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./brew.nix
|
||||
./preferences.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user