20 lines
257 B
Nix
20 lines
257 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bin.nix
|
|
./direnv.nix
|
|
./fzf.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
./notes.nix
|
|
./phpactor.nix
|
|
./ripgrep.nix
|
|
./starship.nix
|
|
./syncthing.nix
|
|
./tmux.nix
|
|
./tmux-sessionizer.nix
|
|
./zsh.nix
|
|
];
|
|
}
|