Files
nixos-config/profiles/base/home-manager/default.nix
2025-08-06 22:03:01 +02:00

18 lines
230 B
Nix

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