mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-01 10:57:55 +00:00
7 lines
149 B
Nix
Executable File
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 ];
|
|
}
|