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

20 lines
250 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-03-29 23:15:01 +00:00
./neovim
2025-03-22 13:30:29 +00:00
./newsboat.nix
./notes.nix
2025-03-29 23:09:54 +00:00
./phpactor
2024-11-26 08:40:00 +00:00
./starship.nix
./tmux.nix
2025-01-29 01:49:03 +00:00
./tmux-sessionizer.nix
2024-11-26 08:40:00 +00:00
./zsh.nix
];
}