mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 06:33:07 +02:00
17 lines
187 B
Nix
17 lines
187 B
Nix
{...}: {
|
|
imports = [
|
|
../server
|
|
|
|
./cloud
|
|
./container
|
|
./neovim
|
|
./terminal
|
|
|
|
./development.nix
|
|
./helix.nix
|
|
./media.nix
|
|
./shell.nix
|
|
./yazi.nix
|
|
];
|
|
}
|