nix/home-manager/modules/shell/default.nix
2024-11-21 22:31:15 -07:00

8 lines
No EOL
98 B
Nix

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