mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Adds packages to brew config, enables uninstall cleanup
This commit is contained in:
parent
30aaa9016c
commit
e25c0ee553
1 changed files with 14 additions and 0 deletions
|
@ -25,9 +25,16 @@
|
|||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"qmk/qmk/qmk"
|
||||
"arm-none-eabi-gcc@8"
|
||||
"avr-gcc@8"
|
||||
];
|
||||
taps = ["qmk/qmk"];
|
||||
casks = [
|
||||
"UTM"
|
||||
"blackhole-16ch"
|
||||
"blobsaver"
|
||||
"discord"
|
||||
"homebrew/cask-versions/firefox-esr"
|
||||
"nordvpn"
|
||||
|
@ -38,8 +45,15 @@
|
|||
"whisky"
|
||||
"zerotier-one"
|
||||
];
|
||||
onActivation.cleanup = "uninstall";
|
||||
};
|
||||
|
||||
environment.systemPath = [
|
||||
"/opt/homebrew/opt/arm-none-eabi-binutils/bin"
|
||||
"/opt/homebrew/opt/arm-none-eabi-gcc@8/bin"
|
||||
"/opt/homebrew/opt/avr-gcc@8/bin"
|
||||
];
|
||||
|
||||
services.karabiner-elements.enable = true;
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue