nixos/home/common/core/default.nix

8 lines
89 B
Nix

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