分割pkgs软件包部分

This commit is contained in:
2025-12-02 14:36:49 +08:00
parent 54cd31685f
commit 579341cb38
2 changed files with 21 additions and 8 deletions

12
pkgs.configuration.nix Normal file
View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
curl
openssh
htop
git
neofetch
];
}