mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
refactoring
This commit is contained in:
parent
2b7d2bf54e
commit
90f4fe847a
9 changed files with 25 additions and 6 deletions
3
home-manager/config/discord/settings.json
Normal file
3
home-manager/config/discord/settings.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"SKIP_HOST_UPDATE": true
|
||||
}
|
||||
|
|
@ -15,12 +15,15 @@
|
|||
vim-nix
|
||||
vim-polyglot
|
||||
vim-smoothie
|
||||
nvim-tree-lua
|
||||
nvim-web-devicons
|
||||
tokyonight-nvim
|
||||
rainbow
|
||||
indentLine
|
||||
undotree
|
||||
];
|
||||
extraConfig = ''
|
||||
:lua require("nvim-tree").setup()
|
||||
set tabstop=2
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue