bro stop asking idk

This commit is contained in:
2021-11-03 20:29:49 +00:00
parent c95434a3e4
commit 8b587f7f75
4 changed files with 17 additions and 17 deletions

View File

@@ -24,11 +24,14 @@
in
with pkgs;
[
cargo
chezmoi
discord
element-desktop
feh
fzf
go_1_17
gopls
jetbrains.goland
i3
i3lock
@@ -70,6 +73,11 @@
programs.starship.enable = true;
programs.vscode = {
enable = true;
};
home.stateVersion = "21.05";
}

View File

@@ -6,17 +6,9 @@
viAlias = true;
vimAlias = true;
plugins = with pkgs.vimPlugins; [
fzf-vim
gruvbox-nvim
nerdtree
fugitive
nvim-lspconfig
(nvim-treesitter.withPlugins (plugins: pkgs.tree-sitter.allGrammars))
nvim-whichkey-setup-lua
vim-nix
nvim-treesitter
];
};
}