From 1f3ebf04f23c533efba3a482c97a75b81c019d0c Mon Sep 17 00:00:00 2001 From: luochen570 <1160510664@qq.com> Date: Sun, 1 Mar 2026 20:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=09new=20file:=20=20=20home/pkg.nix=20=09modifi?= =?UTF-8?q?ed:=20=20=20home/default.nix=20=E6=B7=BB=E5=8A=A0=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=94=A8=E6=88=B7=E7=BA=A7=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/pkg.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 home/pkg.nix diff --git a/home/pkg.nix b/home/pkg.nix new file mode 100644 index 0000000..79f364d --- /dev/null +++ b/home/pkg.nix @@ -0,0 +1,15 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + curl + eza + git + htop + ranger + yazi + vim + wget + duf + ncdu + ]; +} \ No newline at end of file