11 lines
150 B
Nix
11 lines
150 B
Nix
{...}: {
|
|
imports = [
|
|
./fish.nix
|
|
./nginx.nix
|
|
./tmux.nix
|
|
./nvim.nix
|
|
./networking.nix
|
|
./forgejo.nix
|
|
./minecraft.nix
|
|
];
|
|
}
|