Files
nixos-config/home/shell/default.nix
2023-12-07 10:03:26 -04:00

22 lines
269 B
Nix

{ config, ... }:
{
imports = [
./atuin.nix
./autojump.nix
./bat.nix
./btop.nix
./common.nix
./direnv.nix
./eza.nix
./fish
./git.nix
./htop.nix
./nushell
./rmtrash.nix
./starship.nix
./tldr.nix
./zsh
];
}