Reimplement home manager files
This commit is contained in:
parent
5f8cbf469b
commit
d333524003
11 changed files with 101 additions and 60 deletions
|
|
@ -2,17 +2,27 @@
|
|||
homebrew = {
|
||||
enable = true;
|
||||
|
||||
onActivation.autoUpdate = false;
|
||||
|
||||
brews = [
|
||||
"curl"
|
||||
"imagemagick"
|
||||
"trippy"
|
||||
"wget"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"amethyst"
|
||||
"anki"
|
||||
"caffeine"
|
||||
"firefox"
|
||||
"logseq"
|
||||
"iglance"
|
||||
"karabiner-elements"
|
||||
"nextcloud"
|
||||
"protonmail-bridge"
|
||||
"protonvpn"
|
||||
"temurin17"
|
||||
"thunderbird"
|
||||
"vlc"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue