nix/home-manager/config/shell/default.nix

11 lines
158 B
Nix

{ ... }:
{
imports = [
./btop.nix
./direnv.nix
./konsole.nix
./starship.nix
./tldr.nix
./zsh.nix
];
}