From 8b04a7ec465c80ed3bcd690ec85a00a3628be0c2 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 9 May 2025 12:21:59 +0200 Subject: [PATCH] Update flake, add onlyoffice and change vscodium extensions --- flake.lock | 18 +++++++++--------- modules/home.nix | 18 +++--------------- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index e432b31..ee6ef9b 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1739823458, - "narHash": "sha256-uHjpcdlWKrZEJxsGdlMRTe4jlMYAnNsjRxPSTrNMFvo=", + "lastModified": 1745555634, + "narHash": "sha256-lhVyVn1utb2UVTbyKJ6mfKB7wLTjrj14OlebvO0WU2s=", "owner": "nix-community", "repo": "home-manager", - "rev": "6c93eea85daddd0dc8d4a3a687473461f3122961", + "rev": "98f4fef7fd7b4a77245db12e33616023162bc6d9", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1739798439, - "narHash": "sha256-GyipmjbbQEaosel/+wq1xihCKbv0/e1LU00x/8b/fP4=", + "lastModified": 1745503349, + "narHash": "sha256-bUGjvaPVsOfQeTz9/rLTNLDyqbzhl0CQtJJlhFPhIYw=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "3e2ea8a49d4d76276b0f4e2041df8ca5c0771371", + "rev": "f7bee55a5e551bd8e7b5b82c9bc559bc50d868d1", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1739736696, - "narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=", + "lastModified": 1745391562, + "narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f", + "rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "type": "github" }, "original": { diff --git a/modules/home.nix b/modules/home.nix index fba10cc..82b5a44 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -29,20 +29,8 @@ jnoortheen.nix-ide ritwickdey.liveserver esbenp.prettier-vscode - ] - ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ - { - name = "svelte-vscode"; - publisher = "svelte"; - version = "108.5.4"; - sha256 = "0sjq5ifnz08pkxslzz2qnrc76gvl6lkygcr3042safbvfral4xm1"; - } - { - name = "playwright"; - publisher = "ms-playwright"; - version = "1.1.10"; - sha256 = "0y0jlrxpjzd7drdmcr9kfy5g12zax9q4d8cblzzb6ia4c98ipfq0"; - } + astro-build.astro-vscode + svelte.svelte-vscode ]; userSettings = { "editor.wordWrap" = "on"; @@ -87,7 +75,6 @@ neofetch localsend postman - melonDS prismlauncher papers endeavour @@ -97,6 +84,7 @@ tutanota-desktop inkscape discord + onlyoffice-desktopeditors ]; }; }