bro stop asking idk
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user