frues-clan/modules/base.nix

7 lines
107 B
Nix

{pkgs, ...}: {
# Must-have packages
environment.systemPackages = with pkgs; [
vim
rsync
];
}