From 39e2b359aedcdf719a068e0f3eb106a8b8c0c6d0 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 16 Feb 2025 13:13:08 +0100 Subject: [PATCH] Installs needed packages system wide --- home/darwin.nix | 7 ------- hosts/dnsc-air/default.nix | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/home/darwin.nix b/home/darwin.nix index 1eb08fc..1ac14ab 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -21,11 +21,4 @@ ]; programs.home-manager.enable = true; - - # User Packages - home.packages = with pkgs; [ - aider-chat - fortune - neofetch - ]; } diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index fc34435..af9e2b7 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -35,6 +35,9 @@ neovim just tldr + aider-chat + fortune + neofetch ]; # Homebrew