new file: home/pkg.nix
modified: home/default.nix 添加部分用户级应用
This commit is contained in:
15
home/pkg.nix
Normal file
15
home/pkg.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
curl
|
||||||
|
eza
|
||||||
|
git
|
||||||
|
htop
|
||||||
|
ranger
|
||||||
|
yazi
|
||||||
|
vim
|
||||||
|
wget
|
||||||
|
duf
|
||||||
|
ncdu
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user