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

8 lines
98 B
Nix
Raw Normal View History

2024-11-21 22:31:12 -07:00
{ ... }:
{
imports = [
./zsh.nix
./starship.nix
./konsole.nix
];
}