Files
vmimages/modules/default.nix
2023-02-22 10:38:24 -05:00

10 lines
134 B
Nix

{...}: {
imports = [
# New module organization
./gnome
./home-manager
./base.nix
./ssh.nix
./user.nix
];
}