nixos-config/modules/shell/default.nix
christiangabrielarazas@gmail.com 19674fe7d2 Update the modules
2020-08-06 23:35:49 +08:00

13 lines
177 B
Nix

# All of the command-line tools will be put here.
{ config, options, lib, pkgs, ... }:
with lib;
{
imports = [
./base.nix
./git.nix
./lf.nix
./zsh.nix
];
}