dotfiles/nix/modules/home-manager/features/cli/default.nix

20 lines
257 B
Nix
Raw Normal View History

2025-01-29 01:49:03 +00:00
{ ... }:
2024-11-26 08:40:00 +00:00
{
imports = [
./bin.nix
./direnv.nix
./fzf.nix
./git.nix
2025-01-29 01:49:03 +00:00
./neovim.nix
./notes.nix
2024-11-26 08:40:00 +00:00
./phpactor.nix
./ripgrep.nix
./starship.nix
./syncthing.nix
./tmux.nix
2025-01-29 01:49:03 +00:00
./tmux-sessionizer.nix
2024-11-26 08:40:00 +00:00
./zsh.nix
];
}