ghostty/nix/vm/create-plasma6.nix
2025-01-15 11:56:19 -06:00

13 lines
181 B
Nix

{
system,
nixpkgs,
overlay,
module,
uid ? 1000,
gid ? 1000,
}:
import ./create.nix {
inherit system nixpkgs overlay module uid gid;
common = ./common-plasma6.nix;
}