feat: Added homebrew

This commit is contained in:
uttarayan21
2025-03-03 21:57:07 +05:30
parent 1c6b15100e
commit 177131d4fd
2 changed files with 27 additions and 0 deletions

View File

@@ -6,6 +6,12 @@
}: {
imports = [./services];
homebrew = {
enable = true;
brews = [
"docker"
];
};
# environment.systemPackages = with pkgs; [nix neovim];
nix = {
settings = {