3 lines
94 B
Nix
3 lines
94 B
Nix
{ pkgs, ... }: {
|
|
home.packages = [ (import ./get-minecraft-uuid.nix { inherit pkgs; }) ];
|
|
}
|