Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home

This commit is contained in:
m3tam3re
2026-07-08 20:41:14 +02:00
5 changed files with 44 additions and 31 deletions
+1
View File
@@ -68,6 +68,7 @@
m3taHomeInputs.agent-lib.packages.${pkgs.stdenv.hostPlatform.system}.agent-lib-cli
beads
crunch
herdr
pi-coding-agent
(qmd.override {
vulkanSupport = videoDrivers == ["amdgpu"];
@@ -17,9 +17,6 @@ in {
bun
];
home.file.".npmrc".text = ''
prefix=${npmGlobalPrefix}
'';
home.sessionVariables.NPM_CONFIG_PREFIX = npmGlobalPrefix;
};
}