nixos-config/modules/shell/default.nix

7 lines
165 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; {
2020-12-29 14:32:59 +00:00
imports = [ ./archiving.nix ./base.nix ./lf.nix ./zsh.nix ];
2020-08-06 15:35:49 +00:00
}