do not use nix to manage brew as it's conflicting

This commit is contained in:
Cyryl Płotnicki 2025-01-26 13:23:32 +00:00
parent 4c079769b3
commit 91e94f786a

View file

@ -33,31 +33,6 @@
})
];
homebrew.enable = true;
homebrew.casks = [
"alfred"
"caffeine"
"ghostty"
"jetbrains-toolbox"
"maccy"
"utm"
"zed"
];
homebrew.brews = [
"awscli"
"autoconf"
"automake"
"guile"
"libtool"
{
name = "libvirt";
restart_service = true;
}
"make"
"qemu"
"texinfo"
"wget"
];
home-manager.users."Cyryl.Plotnicki" = {...}: {
imports = [
];
@ -68,7 +43,7 @@
"/Users/Cyryl.Plotnicki/Library/Application Support/JetBrains/Toolbox/scripts"
];
home.packages = with pkgs; [];
programs.zsh.loginExtra = ''
programs.zsh.profileExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
programs.zsh.initExtraBeforeCompInit = ''