mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
6 lines
91 B
Nix
6 lines
91 B
Nix
{...}: {
|
|
imports = [
|
|
../../../modules/users/willem/home.nix
|
|
./minimal.nix
|
|
];
|
|
}
|