nixos/home/tui/default.nix

5 lines
92 B
Nix

{pkgs, ...}: {
imports = [./neovim.nix ./lazygit.nix];
home.packages = [pkgs.ranger];
}