nix config

curve: working ku now that poonam is working on that front

+2
+2
home/profiles/nvim/default.nix
··· 151 151 kr = "cd /home/anish/kitaab/vimwiki; exa --sort=modified --reverse | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}';cd $OLDPWD"; 152 152 # kitaab get by tagged 153 153 kt = "cd /home/anish/kitaab/vimwiki; exa *_index.wiki | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}';cd $OLDPWD"; 154 + # List files that have no links in them 155 + ku = "cd /home/anish/kitaab/;vim ./vimwiki/$(python3 poonam/main.py report --titles=false | tail -n +3 | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./vimwiki/{}');cd $OLDPWD"; 154 156 }; 155 157 # Add %update to the highlight clause for vimwiki files 156 158 home.file.".config/nvim/after/syntax/vimwiki.vim".text = ''