分割pkgs软件包部分
This commit is contained in:
12
pkgs.configuration.nix
Normal file
12
pkgs.configuration.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
curl
|
||||
openssh
|
||||
htop
|
||||
git
|
||||
neofetch
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user