This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager-flake/modules/shell/default.nix

16 lines
192 B
Nix

_: {
imports = [
./direnv.nix
./fzf.nix
./git.nix
./lf.nix
./lsd.nix
./starship.nix
./tmux.nix
./zsh.nix
./btop.nix
./zoxide.nix
./ssh.nix
];
}