hackens-org-configurations/hosts/org/core-hackens/programs.nix
2022-08-31 03:30:59 +02:00

6 lines
84 B
Nix

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