pantheon/systems/modules/shell.nix
2025-03-14 13:33:14 +08:00

5 lines
46 B
Nix

{
imports = [
./programs/zsh.nix
];
}