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" ];