9 lines
94 B
Nix
9 lines
94 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./git.nix
|
|
./nix.nix
|
|
./zsh.nix
|
|
];
|
|
}
|