feat(scripts): Add script to get a Minecraft account UUID
This commit is contained in:
parent
deab672810
commit
a380da80a1
3 changed files with 20 additions and 1 deletions
3
common/home-manager/scripts/default.nix
Normal file
3
common/home-manager/scripts/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [ (import ./get-minecraft-uuid.nix { inherit pkgs; }) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue