add(nixvim): neocord

This commit is contained in:
lily 2025-04-07 13:18:51 -04:00
parent a2fe2d8afd
commit 9daf8433e6
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
3 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./gitsigns.nix
./tree.nix
./lsp
./neocord.nix
# ./dap.nix
];
programs.nixvim.plugins = {

View file

@ -0,0 +1,6 @@
{...}: {
programs.nixvim.plugins.neocord.enable = true;
programs.nixvim.plugins.neocord.settings = {
show_line_number = true;
};
}

View file

@ -38,4 +38,9 @@
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
home.sessionVariables = {
XCURSOR_THEME = "Breeze";
XCURSOR_SIZE = "24";
};
}