Files
nix-dotfiles-v2/modules/basePackages.nix
2025-10-03 13:46:05 +02:00

19 lines
162 B
Nix

{
config,
pkgs,
lib,
...
}:
{
environment.systemPackages = with pkgs; [
vim
git
nixfmt-rfc-style
nixfmt-tree
zip
unzip
];
}