this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bye, tig!

-4
-4
home.nix
··· 44 44 pkgs.direnv 45 45 pkgs.fd 46 46 pkgs.ripgrep 47 - pkgs.tig 48 47 pkgs.nmap 49 - pkgs.rnix-lsp 50 48 pkgs.delta # TODO: configure as part of programs.git 51 49 pkgs.wget 52 50 # pkgs.vifm ··· 59 57 ]; 60 58 61 59 home.file = { 62 - ".tigrc".source = config.lib.file.mkOutOfStoreSymlink ./tigrc; 63 - 64 60 # TODO: Use programs.git config instead 65 61 ".gitconfig".source = config.lib.file.mkOutOfStoreSymlink ./git/gitconfig; 66 62 ".gitignore".source = config.lib.file.mkOutOfStoreSymlink ./git/gitignore;