new file: home/git.nix new file: home/nvchad.nix new file: home/zsh.nix new file: hosts/server/default.nix new file: lib/mkHost.nix new file: modules/wsl/wsl.nix new file: profiles/server.nix
7 lines
105 B
Nix
7 lines
105 B
Nix
{
|
|
imports = [
|
|
../modules/core
|
|
../modules/server/docker.nix
|
|
../modules/server/ssh.nix
|
|
];
|
|
} |