mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 23:44:16 +01:00
16 lines
172 B
Nix
16 lines
172 B
Nix
{...}: {
|
|
imports = [
|
|
../server
|
|
|
|
./cloud
|
|
./container
|
|
./neovim
|
|
./terminal
|
|
|
|
./development.nix
|
|
./helix.nix
|
|
./media.nix
|
|
./shell.nix
|
|
];
|
|
}
|