hackens-org-configurations/hosts/org/core-hackens/programs.nix

2 lines
72 B
Nix
Raw Normal View History

2023-01-12 18:11:50 +01:00
{ pkgs, ... }: { environment.systemPackages = with pkgs; [ vim git ]; }