diff --git a/scripts/check-postconditions.sh b/scripts/check-postconditions.sh
index c8cafdc..760de14 100755
--- a/scripts/check-postconditions.sh
+++ b/scripts/check-postconditions.sh
@@ -22,6 +22,7 @@ commandsOptional=(
     json-tui  # TUI to visualize json input
     shfmt     # shell format
     thorium   # chromium web browser
+    toilet    # used in vim startify
     trash-put # trash-cli
     uuidgen   # generate uuid
     vimdiff   # git diffs in vim
diff --git a/vimrc.local b/vimrc.local
index fa30f6c..13920b3 100644
--- a/vimrc.local
+++ b/vimrc.local
@@ -190,15 +190,15 @@ cabbrev windowsfile e ++ff=dos
 cabbrev dosfile e ++ff=dos
 
 " Startify
-let g:startify_files_number = 10
+let g:startify_files_number = 20
 let g:startify_change_to_dir = 0
 let startify_custom_header = split(system('toilet -f pagga " VIM"'), '\n')
 let g:startify_enable_special = 0
+let g:startify_relative_path = 1
 autocmd User Startified nmap <buffer> e <leader>e
 
 let g:startify_lists = [
       \ {'type': 'files', 'header': ['   Recently']},
-      \ {'type': 'commands', 'header': ['   Commands']},
       \ {'type': 'bookmarks', 'header': ['   Bookmarks']},
       \ ]
 
@@ -206,9 +206,9 @@ let g:startify_commands = []
 
 let g:startify_bookmarks = [
       \ {'d': '~/dotfiles'},
-      \ {'n': '~/dotfiles/nix/packages.nix'},
       \ ]
 
+
 " Rooter
 let g:rooter_buftypes = ['']
 let g:rooter_targets = '*'