mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
10 lines
133 B
Nix
10 lines
133 B
Nix
{...}: {
|
|
imports = [
|
|
# New module organization
|
|
./gnome
|
|
./wslsshagent
|
|
./base.nix
|
|
./ssh.nix
|
|
./user.nix
|
|
];
|
|
} |