From 76d5d28d269d731e7732b120bdbd34f9352ed550 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Fri, 25 Jul 2025 16:04:45 -0600 Subject: [PATCH] updates --- flakes/opencode/flake.nix | 0 nix/flakes/opencode/flake.nix | 40 +++++++++++++++++----------------- nix/home-manager/work.home.nix | 7 +++--- 3 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 flakes/opencode/flake.nix diff --git a/flakes/opencode/flake.nix b/flakes/opencode/flake.nix new file mode 100644 index 0000000..e69de29 diff --git a/nix/flakes/opencode/flake.nix b/nix/flakes/opencode/flake.nix index b11258b..40c753f 100644 --- a/nix/flakes/opencode/flake.nix +++ b/nix/flakes/opencode/flake.nix @@ -37,26 +37,26 @@ "--no-sandbox" ]; }; - sequential_thinking = { - type = "local"; - command = [ - "npx" - "-y" - "@modelcontextprotocol/server-sequential-thinking" - ]; - }; - discord_bot = { - type = "local"; - command = [ - "npx" - "-y" - "@pyroprompts/mcp-stdio-to-streamable-http-adapter" - ]; - environment = { - URI = "http://server.alexmickelson.guru:5678/mcp/"; - MCP_NAME = "discord_bot"; - }; - }; + # sequential_thinking = { + # type = "local"; + # command = [ + # "npx" + # "-y" + # "@modelcontextprotocol/server-sequential-thinking" + # ]; + # }; + # discord_bot = { + # type = "local"; + # command = [ + # "npx" + # "-y" + # "@pyroprompts/mcp-stdio-to-streamable-http-adapter" + # ]; + # environment = { + # URI = "http://server.alexmickelson.guru:5678/mcp/"; + # MCP_NAME = "discord_bot"; + # }; + # }; }; }; configJson = pkgs.writeTextFile { diff --git a/nix/home-manager/work.home.nix b/nix/home-manager/work.home.nix index 9d26213..f506dae 100644 --- a/nix/home-manager/work.home.nix +++ b/nix/home-manager/work.home.nix @@ -239,7 +239,6 @@ in { Name=Open a New Private Window Exec=firefox --private-window ''; - ".local/share/applications/teams.desktop".text = '' [Desktop Entry] Version=1.0 @@ -256,15 +255,15 @@ in { home.sessionVariables = { EDITOR = "vim"; }; dconf.enable = true; dconf.settings = { - "org/gnome/desktop/wm/keybindings" = { toggle-maximized = [ "m" ]; }; + "org/gnome/desktop/wm/keybindings" = { + toggle-maximized = [ "m" ]; + }; "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; }; - "org/gnome/settings-daemon/plugins/media-keys" = { custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" ]; }; - "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { name = "Launch Ghostty";