Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config

This commit is contained in:
Dennis Schoepf 2026-01-27 17:14:35 +01:00
commit f6108b4e8e
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@
"raycast" "raycast"
"spotify" "spotify"
"zen" "zen"
"keyboard-cowboy"
]; ];
}; };
} }

View file

@ -14,7 +14,7 @@ return {
preferences = { preferences = {
includeCompletionsForModuleExports = true, includeCompletionsForModuleExports = true,
includeCompletionsForImportStatements = true, includeCompletionsForImportStatements = true,
importModuleSpecifierPreference = "shortest", importModuleSpecifierPreference = "relative",
importModuleSpecifierEnding = "minimal", importModuleSpecifierEnding = "minimal",
}, },
}, },