nix-configs/modules/shell/default.nix
2023-12-09 22:18:03 +01:00

11 lines
162 B
Nix

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