nixos-config/modules/shell/default.nix

12 lines
163 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
];
}