diagram.nvim

This commit is contained in:
Kopatz
2025-12-04 15:34:05 +01:00
parent 5897ab0196
commit 292667cf5a
2 changed files with 5 additions and 1 deletions

View File

@@ -54,7 +54,10 @@ in
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
}; };
home.packages = with pkgs; [ nixfmt-rfc-style ]; # nixd config option to set nixpkgs-fmt should work, but it doesn't home.packages = with pkgs; [
nixfmt-rfc-style
plantuml
]; # nixd config option to set nixpkgs-fmt should work, but it doesn't
programs.nixvim = merged; programs.nixvim = merged;
xdg.desktopEntries = { xdg.desktopEntries = {
neovim = { neovim = {

View File

@@ -2,6 +2,7 @@
{ {
plugins = { plugins = {
image.enable = true; image.enable = true;
diagram.enable = true;
clipboard-image = { clipboard-image = {
# todo change based on graphical settings # todo change based on graphical settings
clipboardPackage = pkgs.wl-clipboard; clipboardPackage = pkgs.wl-clipboard;