mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
imports = [
|
|
./apps.nix
|
|
./home-manager
|
|
./lib
|
|
./nixos
|
|
./overlays.nix
|
|
./packages.nix
|
|
];
|
|
}
|