Nyx-Modules/Modules/Home/Shell/zsh/default.nix
2025-08-29 12:29:00 +02:00

7 lines
66 B
Nix

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