Fixed Package for Web live development

This commit is contained in:
2026-05-31 10:05:42 +02:00
parent c812ceb37f
commit 888264a491
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
#./molten.nix
./which-key.nix
./diffview.nix
./live-server.nix
];
home.packages = with pkgs; [
+1 -1
View File
@@ -13,6 +13,6 @@
}
];
extraPackages = with pkgs; [ nodePackages.browser-sync ];
extraPackages = with pkgs; [ browser-sync ];
};
}