nix-config/modules/nix/shell/default.nix
2025-07-08 17:43:52 +02:00

7 lines
65 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./zsh.nix
];
}