xin/configs/default.nix

18 lines
238 B
Nix
Raw Normal View History

2023-07-11 09:12:50 -06:00
{...}: {
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
];
}