downgrade to dash 6

This commit is contained in:
sloane 2024-04-12 11:08:47 -04:00
parent 0a9191c0f4
commit 56fd41103f
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -11,9 +11,6 @@
brews = [
"flyctl"
];
taps = [
"homebrew/cask-versions"
];
casks = [
"discord"
"postgres-unofficial"

View file

@ -52,11 +52,14 @@
upgrade = true;
};
brews = [ "openssl" ];
taps = [ "homebrew/cask-fonts" ];
taps = [
"homebrew/cask-versions"
"homebrew/cask-fonts"
];
casks = [
"1password"
"alfred"
"dash"
"dash6"
"fantastical"
"firefox"
"karabiner-elements"