From 300a74bc26e7f78d4f095da730edd77f16a23f1d Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Fri, 1 Mar 2024 14:06:19 -0800 Subject: [PATCH] 75 current 2024-03-01 14:06:14 23.11.4801.b7ee09cf5614 6.1.79 * Signed-off-by: Sky Hearn --- configuration.nix | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/configuration.nix b/configuration.nix index caeeeac..93e9c61 100644 --- a/configuration.nix +++ b/configuration.nix @@ -101,7 +101,6 @@ clipcatd & neofetch ncpamixer tree - neovim xclip grpc clipcat @@ -120,7 +119,6 @@ clipcatd & }; }; }; - programs.bash = { enable = true; @@ -140,18 +138,19 @@ clipcatd & }; }; - programs.neovim.plugins = [ - pkgs.vimPlugins.nvim-lspconfig - { - plugin = pkgs.vimPlugins.nvim-lspconfig; - } + programs.neovim = { + enable = true; + defaultEditor = true; + viAlias = true; + vimAlias = true; + vimdiffAlias = true; + plugins = with pkgs.vimPlugins; [ + nvim-lspconfig + nvim-treesitter.withAllGrammars + ]; + }; - pkgs.vimPlugins.nvim-tree-lua - { - plugin = pkgs.vimPlugins.vim-startify; - config = "let g:startify_change_to_vcs_root = 0"; - } - ]; + home.stateVersion = "23.11"; }; # List packages installed in system profile. To search, run: @@ -176,10 +175,6 @@ clipcatd & # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; # List services that you want to enable: