new file: home/pkg.nix

modified:   home/default.nix
添加部分用户级应用
This commit is contained in:
luochen570
2026-03-01 20:34:00 +08:00
parent e4d82bc580
commit 1f3ebf04f2

15
home/pkg.nix Normal file
View File

@@ -0,0 +1,15 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
curl
eza
git
htop
ranger
yazi
vim
wget
duf
ncdu
];
}