From 51a81feb3f8a872487ed18096a021b752eeac221 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Wed, 24 Jan 2024 12:15:06 +0100 Subject: [PATCH] [nix] Some package stuff - Move dotnet to Brew - Move Slack to brew - Install nss (for ddev certs in Firefox) - Install orbstack --- nix/hosts/alymac/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index ccfa93a..eba5c28 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -54,7 +54,6 @@ let dhall dhall-json dhall-lsp-server - dotnet-sdk_8 go jdk kotlin @@ -71,7 +70,6 @@ let programs = [ rectangle - slack tailscale ]; @@ -222,9 +220,11 @@ in "composer" "croc" "ddev" + "dotnet" "gradle" "kubelogin" "mkcert" + "nss" "pinentry-mac" "pkg-config" "sdl2" @@ -260,6 +260,7 @@ in "iterm2" "lens" "obs" + "orbstack" "phpstorm" "plexamp" "raycast" @@ -267,6 +268,7 @@ in "rubymine" "sequel-ace" "shottr" + "slack" "spotify" "steam" "texifier"