nixconfig/modules/home/cli/default.nix

5 lines
99 B
Nix
Raw Permalink Normal View History

2023-11-16 23:06:28 +01:00
{ ... }: {
imports =
[ ./btop ./git ./helix ./kitty ./neofetch ./other ./starship ./zsh ];
}