nix-config/nix/modules/home-manager/cli/default.nix

19 lines
254 B
Nix

{ ... }:
{
imports = [
./bin.nix
./bluetuith.nix
./direnv.nix
./fzf.nix
./git.nix
./neovim.nix
./newsboat.nix
./notes.nix
./phpactor
./starship.nix
./tmux.nix
./tmux-sessionizer.nix
./zsh.nix
];
}