nixos/dafoe/programs/default.nix
2024-05-08 11:03:22 +02:00

8 lines
107 B
Nix

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