feat: config with agents rework
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
videoDrivers,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
npmGlobalPrefix = "${config.home.homeDirectory}/.npm-global";
|
||||
in {
|
||||
home.file.".npmrc".text = ''
|
||||
prefix=${npmGlobalPrefix}
|
||||
'';
|
||||
home.sessionVariables.NPM_CONFIG_PREFIX = npmGlobalPrefix;
|
||||
imports = [
|
||||
./opencode.nix
|
||||
./pi.nix
|
||||
];
|
||||
programs.mcp = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user