nixdots/system/packages.nix

10 lines
147 B
Nix
Raw Normal View History

2024-02-24 21:24:22 +00:00
{pkgs, ...}:
{
# Basic list of must-have packages for all systems
environment.systemPackages = with pkgs; [
vim
gnupg
delta
];
}