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

9 lines
No EOL
117 B
Nix

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