dotfiles/modules/cli/default.nix

10 lines
94 B
Nix

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