nix-config/hosts/pang13/apps.nix
2023-10-18 18:03:22 -07:00

7 lines
69 B
Nix

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