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
10 lines
116 B
Nix
10 lines
116 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware.nix
|
|
../../profiles/server.nix
|
|
];
|
|
|
|
networking.hostName = "server";
|
|
} |