nixos/willem/programs/default.nix

9 lines
107 B
Nix
Raw Normal View History

2024-02-16 13:59:46 +01:00
{
imports = [
./neovim.nix
./ssh.nix
./starship.nix
./zsh.nix
];
}