Skip to content

Commit

Permalink
merge homebrew.casks into apps.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Mar 31, 2024
1 parent da6cead commit 6f02c98
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 27 deletions.
20 changes: 19 additions & 1 deletion modules/darwin/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,38 @@
"1password"
"1password-cli"
"86box"
"anydesk"
"appcleaner"
"balenaetcher"
"betterTouchTool"
"discord"
"discord"
"docker"
"firefox-developer-edition"
"fork"
"google-chrome"
"gpg-suite"
"hammerspoon"
"hot"
"iina"
"istat-menus"
"iterm2"
"jetbrains-toolbox"
"karabiner-elements"
"keybase"
"kitty"
"microsoft-office"
"obsidian"
"raycast"
"signal"
"slack"
"stats"
"tigervnc-viewer"
"utm"
"visual-studio-code"
"wine-stable"
"xquartz"
"zotero"
# "rancher"
#"messenger"
#"notion"
];
Expand Down
27 changes: 1 addition & 26 deletions modules/darwin/brew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"autojump"
"bash"
"bat"
"pkg-config"
"rom-tools" # supplies chdman
"go"
"just"
Expand All @@ -37,31 +38,5 @@
"koekeishiya/formulae"
"teamookla/speedtest"
];
casks = [
"1password"
"1password-cli"
"anydesk"
"appcleaner"
"docker"
"firefox-developer-edition"
"fork"
"google-chrome"
"gpg-suite"
"hammerspoon"
"hot"
"iina"
"jetbrains-toolbox"
"kitty"
"obsidian"
"raycast"
# "rancher"
"stats"
"utm"
"visual-studio-code"
"tigervnc-viewer"
"wine-stable"
"xquartz"
"zotero"
];
};
}

0 comments on commit 6f02c98

Please sign in to comment.