My nixos configuration
2
fork

Configure Feed

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

explain why patching

+2
+2
home/modules/profiles/base/default.nix
··· 37 37 38 38 src = npins.fzf-tab; 39 39 40 + # we need this patch due to a bug between fzf-tab and p10k: 41 + # https://github.com/Aloxaf/fzf-tab/issues/176 40 42 patches = [./colums-fix.patch]; 41 43 42 44 installPhase = ''