system changes
This commit is contained in:
parent
f63b4f8b2c
commit
72104eb510
2 changed files with 5 additions and 5 deletions
|
@ -17,6 +17,11 @@ Import configurations for programs and install programs with no configuration.
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
aescrypt
|
||||
bash-language-server
|
||||
bear
|
||||
binutils
|
||||
bison
|
||||
gopls
|
||||
python312
|
||||
python312Packages.black
|
||||
|
|
|
@ -28,12 +28,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
|
|||
];
|
||||
|
||||
brews = [
|
||||
"aescrypt"
|
||||
"avrdude"
|
||||
"bash-language-server"
|
||||
"bear"
|
||||
"binutils"
|
||||
"bison"
|
||||
"choose-gui"
|
||||
"clang-format"
|
||||
"cmake"
|
||||
|
|
Loading…
Add table
Reference in a new issue