mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates, adding neovim fugitive plugin and nix-index-database
This commit is contained in:
parent
6dc9cb9dbf
commit
2fc96683aa
4 changed files with 47 additions and 15 deletions
|
@ -70,6 +70,9 @@
|
|||
telescope = {
|
||||
enable = true;
|
||||
};
|
||||
fugitive = {
|
||||
enable = true;
|
||||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
onAttach = ''
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue