From 6a0d0189f2f1b6577334c560ca01d425d7c4d579 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 12:19:32 -0400 Subject: remove work legacy, move more pkgs to common for darwin --- hosts/kenosis/configuration.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'hosts/kenosis/configuration.nix') diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index ffda55d..be792e9 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -5,6 +5,10 @@ nvim, ... }: { + imports = [ + # ./legacy.nix + ]; + networking = { computerName = "kenosis"; hostName = "kenosis"; @@ -15,19 +19,12 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ - # work tools go - jdk17 - (google-cloud-sdk.withExtraComponents [ - google-cloud-sdk.components.gke-gcloud-auth-plugin - google-cloud-sdk.components.beta - ]) nodejs yarn kubectl ffmpeg dbeaver-bin - ngrok claude-code air @@ -35,13 +32,11 @@ librewolf lazygit fastfetch - nvim.neovim git go-swag blender temporal-cli corepack - direnv (python313.withPackages (ps: with ps; [ numpy @@ -58,14 +53,10 @@ taps = [ ]; brews = [ - "openssh" - "redis" ]; casks = [ - "keepingyouawake" "feishu" "surfshark" - "scroll-reverser" "google-chrome" "firefox" "chatgpt" -- cgit v1.3.1