nix-infra/modules/home/default.nix

10 lines
117 B
Nix

{ ... }: {
imports = [
./fish
./nvim
./tmux.nix
./starship.nix
./git.nix
./foot.nix
];
}