Fix home-manager impurity and add brew configuration

This commit is contained in:
Dave Gallant
2021-06-27 10:34:51 -04:00
parent 860ae35a49
commit 893964169e
18 changed files with 133 additions and 58 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }: {
imports = [
./brew.nix
./preferences.nix
];
}