nixos/modules/home/shell/default.nix

4 lines
57 B
Nix

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