From 7ed3b39467ec38c7d102f863223b2d86ec39cae5 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 6 Oct 2024 10:42:00 +0200 Subject: [PATCH] Move a few packages to core --- modules/core.nix | 6 ++++++ modules/home.nix | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 5fb1c87..4949fca 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -23,4 +23,10 @@ ]; }; }; + + environment.systemPackages = + [ pkgs.git + pkgs.htop + pkgs.tree + ]; } diff --git a/modules/home.nix b/modules/home.nix index e3ed550..bcb9427 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -38,7 +38,6 @@ go gopls graphviz - htop imagemagick inkscape jdk @@ -59,7 +58,6 @@ rustup stack texlive.combined.scheme-full - tree wget ];