mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #371 from genebean/utm
Add UTM & podman desktop, fix brew
This commit is contained in:
commit
82aec6fe45
2 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
||||||
goPath = "go";
|
goPath = "go";
|
||||||
};
|
};
|
||||||
k9s.enable = true;
|
k9s.enable = true;
|
||||||
|
zsh = {
|
||||||
|
initExtra = ''
|
||||||
|
eval $(brew shellenv)
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,12 @@
|
||||||
"kopiaui"
|
"kopiaui"
|
||||||
"obs"
|
"obs"
|
||||||
"pdk"
|
"pdk"
|
||||||
|
"podman-desktop"
|
||||||
"puppet-agent"
|
"puppet-agent"
|
||||||
"puppet-bolt"
|
"puppet-bolt"
|
||||||
"qmk-toolbox"
|
"qmk-toolbox"
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
|
"utm"
|
||||||
"vagrant"
|
"vagrant"
|
||||||
"vial"
|
"vial"
|
||||||
"whalebird"
|
"whalebird"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue