7 lines
99 B
Nix
7 lines
99 B
Nix
{...}: {
|
|
# You can import other home-manager modules here
|
|
imports = [
|
|
./lillian.nix
|
|
];
|
|
}
|