sisyphus/nixos/modules/shells/default.nix

6 lines
41 B
Nix
Raw Normal View History

2023-04-04 12:08:13 +02:00
{
imports = [
./zsh
];
}