Files
nixconfig/modules/home/cli/default.nix
2026-06-14 16:01:13 +02:00

5 lines
100 B
Nix

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