[nix] Some package stuff

- Move dotnet to Brew
- Move Slack to brew
- Install nss (for ddev certs in Firefox)
- Install orbstack
This commit is contained in:
Alyxia Sother 2024-01-24 12:15:06 +01:00
parent 38231caf5f
commit 51a81feb3f
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 4 additions and 2 deletions

View File

@ -54,7 +54,6 @@ let
dhall dhall
dhall-json dhall-json
dhall-lsp-server dhall-lsp-server
dotnet-sdk_8
go go
jdk jdk
kotlin kotlin
@ -71,7 +70,6 @@ let
programs = [ programs = [
rectangle rectangle
slack
tailscale tailscale
]; ];
@ -222,9 +220,11 @@ in
"composer" "composer"
"croc" "croc"
"ddev" "ddev"
"dotnet"
"gradle" "gradle"
"kubelogin" "kubelogin"
"mkcert" "mkcert"
"nss"
"pinentry-mac" "pinentry-mac"
"pkg-config" "pkg-config"
"sdl2" "sdl2"
@ -260,6 +260,7 @@ in
"iterm2" "iterm2"
"lens" "lens"
"obs" "obs"
"orbstack"
"phpstorm" "phpstorm"
"plexamp" "plexamp"
"raycast" "raycast"
@ -267,6 +268,7 @@ in
"rubymine" "rubymine"
"sequel-ace" "sequel-ace"
"shottr" "shottr"
"slack"
"spotify" "spotify"
"steam" "steam"
"texifier" "texifier"