Update flake

This commit is contained in:
thiloho
2025-05-16 21:15:51 +02:00
parent 8b04a7ec46
commit 8edcb1229f
3 changed files with 13 additions and 9 deletions

View File

@@ -13,6 +13,9 @@
"flakes"
];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"ventoy-1.1.05"
];
networking = {
networkmanager.enable = true;

View File

@@ -39,6 +39,7 @@
"editor.indentSize" = 2;
"editor.tabSize" = 2;
"typescript.preferences.importModuleSpecifier" = "relative";
"editor.defaultFormatter" = "esbenp.prettier-vscode";
"[svelte]" = {
"editor.defaultFormatter" = "svelte.svelte-vscode";
};