nix-config/home/default.nix

7 lines
46 B
Nix

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