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

18
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745555634, "lastModified": 1747374689,
"narHash": "sha256-lhVyVn1utb2UVTbyKJ6mfKB7wLTjrj14OlebvO0WU2s=", "narHash": "sha256-JT/aBZqmK1LbExzwT9cPkvxKc0IC4i6tZKOPjsSWFbI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "98f4fef7fd7b4a77245db12e33616023162bc6d9", "rev": "d2263ce5f4c251c0f7608330e8fdb7d1f01f0667",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -22,11 +22,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1745503349, "lastModified": 1747129300,
"narHash": "sha256-bUGjvaPVsOfQeTz9/rLTNLDyqbzhl0CQtJJlhFPhIYw=", "narHash": "sha256-L3clA5YGeYCF47ghsI7Tcex+DnaaN/BbQ4dR2wzoiKg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f7bee55a5e551bd8e7b5b82c9bc559bc50d868d1", "rev": "e81fd167b33121269149c57806599045fd33eeed",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745391562, "lastModified": 1747179050,
"narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "narHash": "sha256-qhFMmDkeJX9KJwr5H32f1r7Prs7XbQWtO0h3V0a0rFY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "rev": "adaa24fbf46737f3f1b5497bf64bae750f82942e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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