Files
ccl-nixos-dotfiles/modules/cli/shell/default.nix
2025-04-19 12:42:19 +08:00

8 lines
60 B
Nix

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