nixos/home/common/core/default.nix

7 lines
75 B
Nix

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