From cb82a5558a90573cb06992810b8a80d24fc4adc4 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 3 May 2023 20:29:40 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20big=20package=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/epicurus/darwin-configuration.nix | 2 +- hosts/epicurus/homebrew.nix | 5 ----- hosts/heraclitus/darwin-configuration.nix | 2 +- hosts/heraclitus/homebrew.nix | 7 ------- hosts/plato/configuration.nix | 1 - 5 files changed, 2 insertions(+), 15 deletions(-) diff --git a/hosts/epicurus/darwin-configuration.nix b/hosts/epicurus/darwin-configuration.nix index 6bba187..24d9481 100644 --- a/hosts/epicurus/darwin-configuration.nix +++ b/hosts/epicurus/darwin-configuration.nix @@ -10,7 +10,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget - environment.systemPackages = with pkgs; [ emacs-nox vim ghc go gopls rustup stack ]; + environment.systemPackages = with pkgs; [ emacs-nox ]; # Use a custom configuration.nix location. # $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix diff --git a/hosts/epicurus/homebrew.nix b/hosts/epicurus/homebrew.nix index fba6dc4..75538d7 100644 --- a/hosts/epicurus/homebrew.nix +++ b/hosts/epicurus/homebrew.nix @@ -13,13 +13,10 @@ _: casks = [ "1password" - "alfred" "docker" "font-jetbrains-mono" "font-jetbrains-mono-nerd-font" "gpg-suite" - "ipfs" - "keybase" "plex-media-server" "stats" "syncthing" @@ -27,8 +24,6 @@ _: ]; masApps = { - Bumpr = 1166066070; - Magnet = 441258766; Tailscale = 1475387142; Xcode = 497799835; }; diff --git a/hosts/heraclitus/darwin-configuration.nix b/hosts/heraclitus/darwin-configuration.nix index 38ecb59..57923dc 100644 --- a/hosts/heraclitus/darwin-configuration.nix +++ b/hosts/heraclitus/darwin-configuration.nix @@ -14,7 +14,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget - environment.systemPackages = with pkgs; [ emacs ]; + # environment.systemPackages = with pkgs; [ emacs ]; # Auto upgrade nix package and the daemon service. services.nix-daemon.enable = true; diff --git a/hosts/heraclitus/homebrew.nix b/hosts/heraclitus/homebrew.nix index e7477a0..713995c 100644 --- a/hosts/heraclitus/homebrew.nix +++ b/hosts/heraclitus/homebrew.nix @@ -18,8 +18,6 @@ _: "brave-browser" "bunch" "calibre" - "descript" - "diffusionbee" "discord" "docker" "element" @@ -29,12 +27,10 @@ _: "firefox-developer-edition" "font-jetbrains-mono" "font-jetbrains-mono-nerd-font" - "gather" "google-chrome" "gpg-suite" "hazel" "iterm2" - "keybase" "logi-options-plus" "logseq" "loom" @@ -52,7 +48,6 @@ _: "synology-drive" "todoist" "visual-studio-code" - "whalebird" "zoom" ]; @@ -62,9 +57,7 @@ _: DayOne = 1055511498; Drafts = 1435957248; HomeAssistant = 1099568401; - Reeder = 1529448980; Tailscale = 1475387142; - UlyssesMac = 1225570693; Xcode = 497799835; }; }; diff --git a/hosts/plato/configuration.nix b/hosts/plato/configuration.nix index bd5c7d9..c9dbb16 100644 --- a/hosts/plato/configuration.nix +++ b/hosts/plato/configuration.nix @@ -84,7 +84,6 @@ enable = true; useRoutingFeatures = "server"; }; - services.keybase.enable = true; virtualisation.docker = { enable = true;