From b100324fba40be2ba23c9b91a79eca20d85d1142 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 21 Jul 2025 13:39:11 +0200 Subject: [PATCH] mv lf to base-cli --- 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 3eabdf9..6284c53 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -18,7 +18,6 @@ environment.systemPackages = with pkgs; [ home-manager - lf arduino-ide calibre tor diff --git a/modules/nix/base-cli/pkgs.nix b/modules/nix/base-cli/pkgs.nix index 10c8c5b..ff05cfb 100644 --- a/modules/nix/base-cli/pkgs.nix +++ b/modules/nix/base-cli/pkgs.nix @@ -19,6 +19,7 @@ in file vim fastfetch + lf ]; }; }