mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
9 lines
105 B
Nix
9 lines
105 B
Nix
{
|
|
imports = [
|
|
./apps.nix
|
|
./home-manager
|
|
./lib
|
|
./overlays.nix
|
|
./packages.nix
|
|
];
|
|
}
|