From d72edb64d63bd5393fdff5cf54cf28ed5d7648a4 Mon Sep 17 00:00:00 2001 From: derped Date: Tue, 15 Jul 2025 21:52:23 +0200 Subject: [PATCH] Lilim: enable options for ssh, gpg, ollama, kdeconnect and ollama --- machines/Lilim/options.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/machines/Lilim/options.nix b/machines/Lilim/options.nix index 278636f..7e2a75f 100644 --- a/machines/Lilim/options.nix +++ b/machines/Lilim/options.nix @@ -14,6 +14,9 @@ name = "derped"; id = 1337; isAdmin = true; + services = [ + "kdeconnect" + ]; } ]; conffiles = [ @@ -40,9 +43,10 @@ "cups" "desktop" "desktop::sway" + "gnupg" + "home" "impermanence" "lanzaboote" - "mariaDB" "mullvad" "nvim" "nvim::blink" @@ -65,6 +69,7 @@ "nvim::lualine" "nvim::nvim-highlight" "nvim::oil-nvim" + "nvim::render-markdown-nvim" "nvim::sniprun" "nvim::telescope" "nvim::tmux-navigate" @@ -72,8 +77,10 @@ "nvim::trim" "nvim::undotree" "nvim::which-key" + "ollama" "pipewire" "podman" + "ssh" "tmux" "udev" ];