dotfiles.nix/configs/main.nix

8 lines
81 B
Nix

{
imports = [
./emacs.nix
./git.nix
./gpg.nix
./zsh.nix
];
}