diff --git a/home/pkg.nix b/home/pkg.nix index 99aaf10..e10659a 100644 --- a/home/pkg.nix +++ b/home/pkg.nix @@ -1,7 +1,10 @@ { pkgs, ... }: { - environment.systemPackages = with pkgs; [ + home.packages = with pkgs;[ duf ncdu + yazi + htop + neofetch ]; } \ No newline at end of file diff --git a/modules/core/pkg.nix b/modules/core/pkg.nix index 30ea539..7468fce 100644 --- a/modules/core/pkg.nix +++ b/modules/core/pkg.nix @@ -2,7 +2,6 @@ { environment.systemPackages = with pkgs; [ curl - eza git htop ranger