From b9861a11c2a65ca05a2ba61a360770ae057fb7e2 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 31 Dec 2024 18:39:53 +0100 Subject: [PATCH] Add orgmode to vim --- home-manager/common/software/cli/nixvim.nix | 1 + nixos/users/albert/desktop.nix | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index d4ae0623..4037f43f 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -36,6 +36,7 @@ diagnostics.virtual_lines.only_current_line = true; plugins = { + orgmode.enable = true; ollama = { enable = true; model = "qwen2.5-coder:3b"; diff --git a/nixos/users/albert/desktop.nix b/nixos/users/albert/desktop.nix index 1376053d..783a22c0 100644 --- a/nixos/users/albert/desktop.nix +++ b/nixos/users/albert/desktop.nix @@ -9,8 +9,9 @@ # pkgs.tor-browser # Gaming - pkgs-unstable.vintagestory - pkgs-unstable.wowup-cf + pkgs-unstable.vintagestory # UNFREE + # pkgs-unstable.wowup-cf + # YubiKey GUI's # pkgs.yubikey-personalization # pkgs.yubikey-personalization-gui