nix-config/modules/home-manager/cli/default.nix
2025-03-31 09:21:05 +01:00

19 lines
242 B
Nix

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