feat(systems): add work vm

This commit is contained in:
2026-04-06 09:35:39 -04:00
parent 393c31f241
commit f7b299a3c8
11 changed files with 133 additions and 436 deletions

View File

@@ -28,7 +28,7 @@ in
settings = {
"$mainMod" = cfg.mainMod;
"$menuMod" = cfg.menuMod;
"$terminal" = "ghostty";
"$terminal" = "foot";
"$menu" = "wofi --show drun";
monitor = cfg.monitors;

View File

@@ -16,7 +16,6 @@ in
config = mkIf cfg.enable {
programs.claude-code = {
enable = true;
package = pkgs.reichard.claude-code;
mcpServers = {
gopls = {
type = "stdio";