12 lines
149 B
Nix
12 lines
149 B
Nix
{...}: {
|
|
imports = [
|
|
./common.nix
|
|
./development
|
|
./emacs.nix
|
|
./git-ssh.nix
|
|
./syncthing.nix
|
|
./theme.nix
|
|
./zsh.nix
|
|
];
|
|
}
|