dots/home/modules/programming.nix

5 lines
63 B
Nix

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