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

10 lines
No EOL
138 B
Nix

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