nix-configs/modules/shell/default.nix
Schrottkatze 3f235913e5 add mosh
2023-12-09 22:18:03 +01:00

12 lines
162 B
Nix

{...}: {
imports = [
./helix.nix
./nu.nix
./starship.nix
./zellij.nix
./carapace.nix
./direnv.nix
];
programs.mosh.enable = true;
}