nix-config/modules/terminal/default.nix
2025-02-25 15:56:58 +01:00

5 lines
52 B
Nix

{inputs, ...}: {
imports = [
./zsh.nix
];
}