nixos-config/modules/shell/default.nix
2020-12-29 22:32:59 +08:00

7 lines
165 B
Nix
Executable File

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