mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-23 08:10:02 +00:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
vim
|
|
wget
|
|
git
|
|
nh
|
|
nix-output-monitor
|
|
nvd
|
|
];
|
|
}
|