Changed config

This commit is contained in:
2026-06-16 12:17:21 +02:00
parent 923cb64277
commit d8e6a816c9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# cheatsheet, snippets, offline manual and fuzzy help # cheatsheet, snippets, offline manual and fuzzy help
programs.nixvim = { programs.nixvim = {
plugins.openscad = { plugins.openscad = {
enable = true; enable = false;
autoLoad = true; autoLoad = true;
settings = { settings = {
fuzzy_finder = "fzf"; fuzzy_finder = "fzf";
+1 -1
View File
@@ -18,7 +18,7 @@
jq jq
yq-go yq-go
# GUI # GUI
openscad # openscad
fstl fstl
# PDF Tools # PDF Tools
pandoc pandoc
+1 -1
View File
@@ -44,5 +44,5 @@
"/share/xdg-desktop-portal" "/share/xdg-desktop-portal"
]; ];
system.stateVersion = "26.05"; system.stateVersion = "26.11";
} }