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

14 lines
145 B
Nix

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