From acc95c004ced02114d7dcd2fe219b019541f4c2e Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 25 May 2020 10:42:44 -0400 Subject: [PATCH] More minor home-manager tweaks --- home-common.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/home-common.nix b/home-common.nix index 5c18f2c..ea06b17 100644 --- a/home-common.nix +++ b/home-common.nix @@ -36,7 +36,7 @@ normal.family = "Iosevka Nerd Font"; bold.family = "Iosevka Nerd Font"; italic.family = "Iosevka Nerd Font"; - size = 18.0; + size = 16.0; }; key_bindings = [ { @@ -126,6 +126,16 @@ }; }; + programs.dircolors = { + enable = true; + enableZshIntegration = true; + }; + + programs.direnv = { + enable = true; + enableZshIntegration = true; + }; + programs.starship = { enable = true; enableZshIntegration = true; @@ -186,7 +196,7 @@ withNodeJs = true; withPython3 = true; # unimpaired endwise textobj-word-column MatchTag vim-matchmaker vim-vertical-move stdtabs matchit splitjoin vimade floaterm fuzzymenu - plugins = with pkgs.vimPlugins; [ nord-vim vim-airline vim-airline-themes vim-sensible vim-repeat vim-surround vim-fugitive vim-speeddating jdaddy-vim ale vim-snippets fzf-vim vim-tmux-navigator vim-multiple-cursors vim-easymotion vim-sneak nerdcommenter emmet-vim undotree vim-signature vim-easy-align vim-better-whitespace vim-signify vim-expand-region vim-exchange argtextobj-vim goyo vim-orgmode vim-polyglot vim-devicons vim-startify vim-abolish vim-peekaboo vim-table-mode tabular vim-markdown coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets ]; + plugins = with pkgs.vimPlugins; [ nord-vim vim-airline vim-airline-themes vim-sensible vim-repeat vim-surround vim-fugitive vim-speeddating jdaddy-vim ale vim-snippets fzf-vim vim-tmux-navigator vim-multiple-cursors vim-easymotion vim-sneak nerdcommenter emmet-vim undotree vim-signature vim-easy-align vim-better-whitespace vim-signify vim-expand-region vim-exchange argtextobj-vim goyo vim-orgmode vim-polyglot vim-devicons vim-startify vim-abolish vim-peekaboo vim-table-mode tabular vim-markdown coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets vim-highlightedyank ]; extraConfig = '' set expandtab set tabstop=2