nixos/modules/home/shell/default.nix

4 lines
57 B
Nix
Raw Normal View History

{...}: {
imports = [./zsh.nix ./bat.nix ./btop.nix];
}