Changed config
This commit is contained in:
@@ -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
@@ -18,7 +18,7 @@
|
|||||||
jq
|
jq
|
||||||
yq-go
|
yq-go
|
||||||
# GUI
|
# GUI
|
||||||
openscad
|
# openscad
|
||||||
fstl
|
fstl
|
||||||
# PDF Tools
|
# PDF Tools
|
||||||
pandoc
|
pandoc
|
||||||
|
|||||||
@@ -44,5 +44,5 @@
|
|||||||
"/share/xdg-desktop-portal"
|
"/share/xdg-desktop-portal"
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "26.05";
|
system.stateVersion = "26.11";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user