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