feat(systems): add work vm
This commit is contained in:
@@ -16,7 +16,6 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
programs.claude-code = {
|
||||
enable = true;
|
||||
package = pkgs.reichard.claude-code;
|
||||
mcpServers = {
|
||||
gopls = {
|
||||
type = "stdio";
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{ config, pkgs, lib, namespace, ... }:
|
||||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, namespace
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user