nixos/willem/programs/default.nix

8 lines
107 B
Nix

{
imports = [
./neovim.nix
./ssh.nix
./starship.nix
./zsh.nix
];
}