forked from jan-leila/nix-config
6 lines
111 B
Nix
6 lines
111 B
Nix
# this folder container modules that are for nixos and darwin
|
|
{...}: {
|
|
imports = [
|
|
./home-manager
|
|
];
|
|
}
|