nixos-configs/modules/programs.nix

8 lines
93 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
tmux
helix
];
}