7 lines
92 B
Nix
7 lines
92 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
htop
|
|
btop
|
|
vim
|
|
];
|
|
}
|