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

9 lines
119 B
Nix

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