nixos/dafoe/programs/default.nix

9 lines
107 B
Nix
Raw Permalink Normal View History

2024-05-08 11:03:22 +02:00
{
imports = [
./neovim.nix
./ssh.nix
./starship.nix
./zsh.nix
];
}