Turns out some apps needed adjusting on macOS

With the exception of 1Password, the changes here are for apps not
available on darwin. 1Password was changed around because it must be
installed directly in /Applications to run. I filed this bug report
about the issue: https://github.com/NixOS/nixpkgs/issues/254944
This commit is contained in:
Gene Liverman 2023-09-13 08:44:47 -04:00
parent 5abdc2521d
commit 25aafe96d4
3 changed files with 10 additions and 5 deletions

View file

@ -45,10 +45,13 @@ in {
"kubernetes-cli"
];
casks = [
"1password"
"1password-cli"
"amethyst"
"audacity"
"cakebrew"
"elgato-stream-deck"
"firefox"
"font-hack-nerd-font"
"font-inconsolata-g-for-powerline"
"font-source-code-pro-for-powerline"
@ -56,6 +59,7 @@ in {
"iterm2"
"keepingyouawake"
"kopiaui"
"libreoffice"
"logseq"
"nextcloud"
"obs"
@ -67,6 +71,7 @@ in {
"signal"
"thunderbird"
"vagrant"
"vivaldi"
"virtualbox"
"vlc"
"whatsapp"