mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 02:40:39 +00:00
Merge branch 'main' of github.com:cupcakearmy/nix
This commit is contained in:
1
cask.nix
1
cask.nix
@@ -17,6 +17,7 @@
|
|||||||
"sloth"
|
"sloth"
|
||||||
"vscodium"
|
"vscodium"
|
||||||
"hoppscotch"
|
"hoppscotch"
|
||||||
|
"postman"
|
||||||
"utm"
|
"utm"
|
||||||
"balenaetcher"
|
"balenaetcher"
|
||||||
"outerbase-studio"
|
"outerbase-studio"
|
||||||
|
@@ -52,9 +52,6 @@ with pkgs;
|
|||||||
tex-fmt
|
tex-fmt
|
||||||
rustup
|
rustup
|
||||||
shfmt
|
shfmt
|
||||||
ruby
|
|
||||||
ruby-lsp
|
|
||||||
rubyPackages.prism
|
|
||||||
go
|
go
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
|
@@ -12,15 +12,9 @@
|
|||||||
];
|
];
|
||||||
pkgs =
|
pkgs =
|
||||||
pkgs: with pkgs; [
|
pkgs: with pkgs; [
|
||||||
vault
|
|
||||||
cocoapods
|
|
||||||
phrase-cli
|
phrase-cli
|
||||||
boundary
|
boundary
|
||||||
awscli2
|
awscli2
|
||||||
fastlane
|
|
||||||
jdk
|
|
||||||
android-tools
|
|
||||||
sdkmanager
|
|
||||||
_1password-cli
|
_1password-cli
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user