mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
1be6c32ced
2 changed files with 19 additions and 18 deletions
|
|
@ -29,13 +29,13 @@
|
||||||
};
|
};
|
||||||
taps = [
|
taps = [
|
||||||
"homebrew/cask-fonts"
|
"homebrew/cask-fonts"
|
||||||
"null-dev/firefox-profile-switcher"
|
#"null-dev/firefox-profile-switcher"
|
||||||
"theseal/ssh-askpass"
|
"theseal/ssh-askpass"
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"fastfetch"
|
"fastfetch"
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
"firefox-profile-switcher-connector"
|
#"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version
|
||||||
"ssh-askpass"
|
"ssh-askpass"
|
||||||
"telnet"
|
"telnet"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
inputs.flox.packages.${pkgs.system}.default
|
inputs.flox.packages.${pkgs.system}.default
|
||||||
kopia
|
kopia
|
||||||
kubectx
|
kubectx
|
||||||
reposurgeon
|
#reposurgeon # Nix is a major version behind brew
|
||||||
rpiboot
|
rpiboot
|
||||||
step-cli
|
step-cli
|
||||||
# terraform-versions."1.5.7"
|
# terraform-versions."1.5.7"
|
||||||
|
|
@ -24,26 +24,27 @@
|
||||||
];
|
];
|
||||||
brews = [
|
brews = [
|
||||||
"adr-tools"
|
"adr-tools"
|
||||||
"argocd"
|
#"argocd"
|
||||||
"awscli"
|
"awscli"
|
||||||
"cilium-cli"
|
#"cilium-cli"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
"helm"
|
#"helm"
|
||||||
"hubble"
|
#"hubble"
|
||||||
"i2cssh"
|
"i2cssh"
|
||||||
"kind"
|
#"kind"
|
||||||
"kompose"
|
#"kompose"
|
||||||
"kubernetes-cli"
|
#"kubernetes-cli"
|
||||||
"kubeseal"
|
#"kubeseal"
|
||||||
"lima"
|
"lima"
|
||||||
"linkerd"
|
#"linkerd"
|
||||||
"minio-mc"
|
#"minio-mc"
|
||||||
"opentofu"
|
"opentofu"
|
||||||
"node_exporter"
|
#"node_exporter"
|
||||||
"pinentry-mac"
|
"pinentry-mac"
|
||||||
#"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead
|
#"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead
|
||||||
"qemu"
|
#"qemu"
|
||||||
"telegraf"
|
"reposurgeon"
|
||||||
|
#"telegraf"
|
||||||
"terraform-docs"
|
"terraform-docs"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
|
|
@ -65,10 +66,10 @@
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
"thunderbird@daily"
|
"thunderbird@daily"
|
||||||
"ungoogled-chromium"
|
"ungoogled-chromium"
|
||||||
"utm"
|
#"utm"
|
||||||
# "vagrant"
|
# "vagrant"
|
||||||
"vial"
|
"vial"
|
||||||
"whalebird"
|
#"whalebird"
|
||||||
];
|
];
|
||||||
masApps = {
|
masApps = {
|
||||||
#"FluffyChat" = 1551469600;
|
#"FluffyChat" = 1551469600;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue