dots/home/modules/programming.nix
2025-09-21 20:04:41 +02:00

6 lines
75 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
godot
lazygit
];
}