nixos-config/modules/shell/default.nix

7 lines
149 B
Nix
Raw Normal View History

2020-08-06 15:35:49 +00:00
# All of the command-line tools will be put here.
{ config, options, lib, pkgs, ... }:
2020-10-25 15:49:14 +00:00
with lib; {
imports = [ ./base.nix ./lf.nix ./zsh.nix ];
2020-08-06 15:35:49 +00:00
}