7 lines
111 B
Nix
7 lines
111 B
Nix
# this folder container modules that are for nixos and darwin
|
|
{...}: {
|
|
imports = [
|
|
./home-manager
|
|
];
|
|
}
|