nixos/home/tui/default.nix

7 lines
65 B
Nix

{...}: {
imports = [
./neovim.nix
./lazygit.nix
];
}