nixvim aditions
This commit is contained in:
parent
885d9f952b
commit
a31c5a79b6
7 changed files with 95 additions and 20 deletions
|
|
@ -7,7 +7,14 @@
|
|||
|
||||
activeProfiles = ["base" "hyprland"];
|
||||
|
||||
homeModules.console.editor.nvim.enable = true;
|
||||
homeModules.console.editor.nvim = {
|
||||
enable = true;
|
||||
plugins = {
|
||||
lualine = true;
|
||||
telescope = true;
|
||||
indentBlankline = true;
|
||||
};
|
||||
};
|
||||
|
||||
monitors = [{
|
||||
name = "eDP-1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue