add(nixvim): neocord
This commit is contained in:
parent
a2fe2d8afd
commit
9daf8433e6
3 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
./gitsigns.nix
|
./gitsigns.nix
|
||||||
./tree.nix
|
./tree.nix
|
||||||
./lsp
|
./lsp
|
||||||
|
./neocord.nix
|
||||||
# ./dap.nix
|
# ./dap.nix
|
||||||
];
|
];
|
||||||
programs.nixvim.plugins = {
|
programs.nixvim.plugins = {
|
||||||
|
|
6
home-manager/modules/neovim/plugins/neocord.nix
Normal file
6
home-manager/modules/neovim/plugins/neocord.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{...}: {
|
||||||
|
programs.nixvim.plugins.neocord.enable = true;
|
||||||
|
programs.nixvim.plugins.neocord.settings = {
|
||||||
|
show_line_number = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -38,4 +38,9 @@
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
XCURSOR_THEME = "Breeze";
|
||||||
|
XCURSOR_SIZE = "24";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue