Files
nixos-config/profiles/base/home-manager/default.nix
2025-08-11 13:32:11 +00:00

24 lines
339 B
Nix

{
imports = [
./atuin.nix
./bat.nix
./eza.nix
./fish.nix
./git.nix
./lazygit.nix
./neovim
./mise.nix
./ssh.nix
./starship.nix
./zellij.nix
./zoxide.nix
./zsh.nix
];
programs.home-manager.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}