nixconfig/modules/home/cli/default.nix
2023-11-17 02:20:02 +01:00

5 lines
99 B
Nix

{ ... }: {
imports =
[ ./btop ./git ./helix ./kitty ./neofetch ./other ./starship ./zsh ];
}