12 lines
106 B
Nix
12 lines
106 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dev.nix
|
|
./emacs.nix
|
|
./git.nix
|
|
./tmux.nix
|
|
./zsh.nix
|
|
];
|
|
}
|