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 ]; }; }