nixos-config/modules/home/unity/default.nix
2023-11-12 14:55:26 +01:00

6 lines
68 B
Nix

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