Files
nixos-config/home/shell/default.nix
2023-11-25 23:17:23 -04:00

16 lines
178 B
Nix

{ config, ... }:
{
imports = [
./nushell
./zsh
./common.nix
./starship.nix
./git.nix
./eza.nix
./atuin.nix
./autojump.nix
./bat.nix
];
}