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

9 lines
117 B
Nix
Raw Normal View History

2024-12-02 03:57:34 -07:00
{ ... }:
{
imports = [
./zsh.nix
./starship.nix
./konsole.nix
./btop.nix
];
}