From 35742893ed5afca917a52acb77571a24d7969ee5 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 12 Jul 2025 15:13:00 +0200 Subject: [PATCH] mv fastfetch to base pkgs module --- hosts/common/common.nix | 1 - modules/nix/base-cli/pkgs.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 6976864..5c61171 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -16,7 +16,6 @@ environment.systemPackages = with pkgs; [ home-manager - fastfetch lf arduino-ide calibre diff --git a/modules/nix/base-cli/pkgs.nix b/modules/nix/base-cli/pkgs.nix index 42ba3ee..10c8c5b 100644 --- a/modules/nix/base-cli/pkgs.nix +++ b/modules/nix/base-cli/pkgs.nix @@ -18,6 +18,7 @@ in btop file vim + fastfetch ]; }; }