parent
4c079769b3
commit
91e94f786a
1 changed files with 1 additions and 26 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue