From 8edcb1229fd627a9185dbdba65fa0a8ae3f8f56d Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 16 May 2025 21:15:51 +0200 Subject: [PATCH] Update flake --- flake.lock | 18 +++++++++--------- modules/core.nix | 3 +++ modules/home.nix | 1 + 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index ee6ef9b..c84fbcb 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1745555634, - "narHash": "sha256-lhVyVn1utb2UVTbyKJ6mfKB7wLTjrj14OlebvO0WU2s=", + "lastModified": 1747374689, + "narHash": "sha256-JT/aBZqmK1LbExzwT9cPkvxKc0IC4i6tZKOPjsSWFbI=", "owner": "nix-community", "repo": "home-manager", - "rev": "98f4fef7fd7b4a77245db12e33616023162bc6d9", + "rev": "d2263ce5f4c251c0f7608330e8fdb7d1f01f0667", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1745503349, - "narHash": "sha256-bUGjvaPVsOfQeTz9/rLTNLDyqbzhl0CQtJJlhFPhIYw=", + "lastModified": 1747129300, + "narHash": "sha256-L3clA5YGeYCF47ghsI7Tcex+DnaaN/BbQ4dR2wzoiKg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "f7bee55a5e551bd8e7b5b82c9bc559bc50d868d1", + "rev": "e81fd167b33121269149c57806599045fd33eeed", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1745391562, - "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", + "lastModified": 1747179050, + "narHash": "sha256-qhFMmDkeJX9KJwr5H32f1r7Prs7XbQWtO0h3V0a0rFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", + "rev": "adaa24fbf46737f3f1b5497bf64bae750f82942e", "type": "github" }, "original": { diff --git a/modules/core.nix b/modules/core.nix index 6f0d54d..1e907f9 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -13,6 +13,9 @@ "flakes" ]; nixpkgs.config.allowUnfree = true; + nixpkgs.config.permittedInsecurePackages = [ + "ventoy-1.1.05" + ]; networking = { networkmanager.enable = true; diff --git a/modules/home.nix b/modules/home.nix index 82b5a44..09a5bbd 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -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"; };