mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 16:01:21 +02:00
14 lines
135 B
Nix
14 lines
135 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../server
|
|
./neovim
|
|
|
|
./development.nix
|
|
./kitty.nix
|
|
./media.nix
|
|
./shell.nix
|
|
];
|
|
|
|
}
|