From 1316d3268f9ae1d820d0df3c7d19fd0c3bd8c034 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Fri, 9 Jan 2026 18:18:45 +0100 Subject: [PATCH] chore: update opencode, hyprland config, and disable qdrant - Remove opencode-anthropic-auth plugin from opencode config - Add XDG environment variables for Hyprland session awareness - Disable qdrant service on m3-ares host --- flake.lock | 15 ++++++--------- home/features/coding/opencode.nix | 2 +- home/features/desktop/hyprland.nix | 3 +++ hosts/m3-ares/services/default.nix | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index a980791..9e23f07 100644 --- a/flake.lock +++ b/flake.lock @@ -243,17 +243,14 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1767842383, - "narHash": "sha256-+AajfKU6fOTT1bf3YSgpyV5kk/965y3zg6pQ9cWF6Bg=", - "ref": "refs/heads/master", - "rev": "be7cd917a015e24e328eee684f5df2cba2a88254", - "revCount": 26, - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "lastModified": 1767978308, + "narHash": "sha256-7X/OmsmkcaHgh6hABeG4dJ0tML/x34Sjr9jFOliSfyk=", + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" }, "original": { - "type": "git", - "url": "https://code.m3ta.dev/m3tam3re/nixpkgs" + "path": "/home/m3tam3re/p/NIX/nixpkgs", + "type": "path" } }, "nix-colors": { diff --git a/home/features/coding/opencode.nix b/home/features/coding/opencode.nix index 0fbf93c..2182a92 100644 --- a/home/features/coding/opencode.nix +++ b/home/features/coding/opencode.nix @@ -22,7 +22,7 @@ enable = true; settings = { theme = "opencode"; - plugin = ["oh-my-opencode" "opencode-beads" "opencode-anthropic-auth"]; + plugin = ["oh-my-opencode" "opencode-beads"]; agent = builtins.fromJSON (builtins.readFile "${inputs.agents}/agent/agents.json"); formatter = { alejandra = { diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 90ecade..45b0566 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -30,6 +30,9 @@ in { "HYPRCURSOR_THEME,Bibata-Modern-Ice" "WLR_NO_HARDWARE_CURSORS,1" "GTK_THEME,Dracula" + "XDG_CURRENT_DESKTOP,Hyprland" + "XDG_SESSION_TYPE,wayland" + "XDG_SESSION_DESKTOP,Hyprland" ]; input = { diff --git a/hosts/m3-ares/services/default.nix b/hosts/m3-ares/services/default.nix index 22d414c..e471dad 100644 --- a/hosts/m3-ares/services/default.nix +++ b/hosts/m3-ares/services/default.nix @@ -15,14 +15,14 @@ gvfs.enable = true; trezord.enable = true; gnome.gnome-keyring.enable = true; - qdrant = { - enable = true; - settings = { - service = { - host = "0.0.0.0"; - }; - }; - }; + # qdrant = { + # enable = true; + # settings = { + # service = { + # host = "0.0.0.0"; + # }; + # }; + # }; upower.enable = true; avahi = { enable = true;