From d8e6a816c93dc97e15c632618e036e45f308a8ee Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 16 Jun 2026 12:17:21 +0200 Subject: [PATCH] Changed config --- home/neovim/openscad.nix | 2 +- home/packages.nix | 2 +- hosts/cyper-desktop/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/neovim/openscad.nix b/home/neovim/openscad.nix index 89bd21c..6fd3a28 100644 --- a/home/neovim/openscad.nix +++ b/home/neovim/openscad.nix @@ -4,7 +4,7 @@ # cheatsheet, snippets, offline manual and fuzzy help programs.nixvim = { plugins.openscad = { - enable = true; + enable = false; autoLoad = true; settings = { fuzzy_finder = "fzf"; diff --git a/home/packages.nix b/home/packages.nix index cea92b7..16687a6 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -18,7 +18,7 @@ jq yq-go # GUI - openscad + # openscad fstl # PDF Tools pandoc diff --git a/hosts/cyper-desktop/configuration.nix b/hosts/cyper-desktop/configuration.nix index 9f68e4a..bc18d4e 100644 --- a/hosts/cyper-desktop/configuration.nix +++ b/hosts/cyper-desktop/configuration.nix @@ -44,5 +44,5 @@ "/share/xdg-desktop-portal" ]; - system.stateVersion = "26.05"; + system.stateVersion = "26.11"; }