8 lines
98 B
Nix
8 lines
98 B
Nix
{ config, lib, pkgs, osConfig, ... }:
|
|
{
|
|
imports = [
|
|
./cli/git.nix
|
|
./cli/zsh.nix
|
|
];
|
|
|
|
}
|