mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
16 lines
134 B
Nix
16 lines
134 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./core.nix
|
|
./user.nix
|
|
./desktop.nix
|
|
./dev.nix
|
|
./shell
|
|
];
|
|
}
|