added custom nix package
This commit is contained in:
@@ -71,8 +71,12 @@
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
onActivation.autoUpdate = true;
|
||||
user = "rogueking";
|
||||
#onActivation.autoUpdate = true;
|
||||
brews = [
|
||||
"docker"
|
||||
"esptool"
|
||||
"huggingface-cli"
|
||||
"putty"
|
||||
];
|
||||
casks = [
|
||||
@@ -80,7 +84,6 @@
|
||||
"1password-cli"
|
||||
"blender"
|
||||
"brave-browser"
|
||||
"docker"
|
||||
"ghostty"
|
||||
"imhex"
|
||||
"jellyfin-media-player"
|
||||
|
||||
Reference in New Issue
Block a user