nixos-configs/modules/programs.nix

7 lines
92 B
Nix

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