mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-27 20:01:29 +01:00
13 lines
119 B
Nix
13 lines
119 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../server
|
|
./neovim
|
|
|
|
./development.nix
|
|
./media.nix
|
|
./shell.nix
|
|
];
|
|
|
|
}
|