feat: Added homebrew and install some apps

This commit is contained in:
uttarayan21
2025-03-04 00:47:11 +05:30
parent 177131d4fd
commit 31d797a8a1
2 changed files with 18 additions and 7 deletions

View File

@@ -4,16 +4,11 @@
device,
...
}: {
imports = [./services];
imports = [./services ./homebrew.nix];
homebrew = {
enable = true;
brews = [
"docker"
];
};
# environment.systemPackages = with pkgs; [nix neovim];
nix = {
enable = false;
settings = {
experimental-features = "nix-command flakes auto-allocate-uids";
max-jobs = 8;