mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
10 lines
134 B
Nix
10 lines
134 B
Nix
{...}: {
|
|
imports = [
|
|
# New module organization
|
|
./gnome
|
|
./home-manager
|
|
./base.nix
|
|
./ssh.nix
|
|
./user.nix
|
|
];
|
|
} |