Compare commits

...
3 Commits
Author SHA1 Message Date
christoph 492082ae84 Home/Nixinator: Add shadcn mcp server 2026-06-12 20:57:20 +02:00
christoph 4e70ca0246 Modules/Neovim: Add R packages 2026-06-12 20:57:10 +02:00
christoph 6657038f15 Services/FileflowsNode: Update to v26.06 2026-06-12 20:57:00 +02:00
3 changed files with 9 additions and 1 deletions
+5
View File
@@ -41,6 +41,11 @@
args = ["-y" "@sveltejs/mcp"];
type = "stdio";
};
# npx shadcn@latest mcp init --client claude
shadcn = {
command = "npx";
args = ["-y" "shadcn@latest" "mcp"];
};
};
};
};
+3
View File
@@ -135,6 +135,9 @@ in {
readr
tibble
svglite
dplyr
tidyr
scales
];
})
+1 -1
View File
@@ -5,7 +5,7 @@
pkgs,
...
}: let
fileflowsVersion = "26.01";
fileflowsVersion = "26.06";
in {
virtualisation.oci-containers.containers = {
fileflows-node = {