diff --git a/cask.nix b/cask.nix index 1dddfca..e0e1258 100644 --- a/cask.nix +++ b/cask.nix @@ -15,7 +15,7 @@ "lihaoyun6/tap/quickrecorder" # Dev - "docker" + "docker-desktop" "sloth" "vscodium" "bruno" diff --git a/darwin.nix b/darwin.nix index 1ab0f90..bb31e3a 100644 --- a/darwin.nix +++ b/darwin.nix @@ -6,6 +6,7 @@ ... }: { + nix.enable = false; nix.settings.experimental-features = "nix-command flakes"; # Set Git commit hash for darwin-version. diff --git a/hosts/ordio.nix b/hosts/ordio.nix index 36ec0da..10eea65 100644 --- a/hosts/ordio.nix +++ b/hosts/ordio.nix @@ -6,9 +6,14 @@ extras = { casks = [ + "tableplus" + "http-toolkit" + "phpstorm" ]; pkgs = pkgs: with pkgs; [ + mkcert + dnsmasq ]; }; }