18 lines
238 B
Nix
18 lines
238 B
Nix
{...}: {
|
|
imports = [
|
|
./ca.nix
|
|
./ci.nix
|
|
./colemak.nix
|
|
./develop.nix
|
|
./dns.nix
|
|
./doas.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
./peerix.nix
|
|
./manager.nix
|
|
./tmux.nix
|
|
./net-overlay.nix
|
|
./zsh.nix
|
|
];
|
|
}
|