nixos/dafoe/programs/default.nix
2024-11-06 14:03:40 +01:00

8 lines
107 B
Nix
Executable file

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