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

20 lines
259 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
2025-02-21 09:58:14 +00:00
./bluetuith.nix
2024-11-26 08:40:00 +00:00
./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
./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
];
}