nixos/modules/home/shell/default.nix
Florian RICHER be239649d4
All checks were successful
check / check (push) Successful in 36s
Add lazygit configuration from my old dotfiles
2025-06-27 11:43:56 +02:00

11 lines
108 B
Nix

{ ... }:
{
imports = [
./atuin.nix
./direnv.nix
./git.nix
./lazygit.nix
./zsh
];
}