nixos-configs/modules/programs.nix

8 lines
93 B
Nix
Raw Permalink Normal View History

2024-12-27 16:44:03 -06:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
tmux
helix
];
2025-01-06 13:50:04 -06:00
}