This commit is contained in:
2025-07-25 16:04:45 -06:00
parent 13180ff6cd
commit 76d5d28d26
3 changed files with 23 additions and 24 deletions

View File

@@ -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 {

View File

@@ -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 = [ "<Super>m" ]; };
"org/gnome/desktop/wm/keybindings" = {
toggle-maximized = [ "<Super>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";