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