wakatime home GitHub repo size GitHub commit activity
# Add to your flake inputs tnvim = { url = "github:tuxdotrs/tnvim"; inputs.nixpkgs.follows = "nixpkgs"; }; # Add this in your HomeManager config { inputs, ... }: { home.file = { ".config/nvim" = { recursive = true; source = "${inputs.tnvim.packages.x86_64-linux.default}"; }; }; }