nixos-config/modules/shell/default.nix
2020-10-25 23:49:14 +08:00

7 lines
149 B
Nix
Executable File

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