my nixos config
0
fork

Configure Feed

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

uhh quick&dirty fix for the ohmyzsh fzf plugin skill issue

chfour 1d9d3d82 b83d4fb9

+5 -1
+5 -1
users/chfour/home.nix
··· 15 15 EDITOR = "micro"; 16 16 }; 17 17 18 + programs.fzf = { 19 + enable = true; 20 + enableZshIntegration = true; 21 + }; 18 22 programs.zsh = { 19 23 enable = true; 20 24 history.size = 50000; 21 25 oh-my-zsh = { 22 26 enable = true; 23 27 custom = "${./omz-custom}"; 24 - plugins = [ "git" "fzf" "colored-man-pages" ]; 28 + plugins = [ "git" "colored-man-pages" ]; 25 29 theme = "af-magic"; 26 30 }; 27 31 syntaxHighlighting.enable = true;