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
This commit is contained in:
m3tm3re
2026-01-09 18:18:45 +01:00
parent b76db4800a
commit 1316d3268f
4 changed files with 18 additions and 18 deletions

15
flake.lock generated
View File

@@ -243,17 +243,14 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1767842383, "lastModified": 1767978308,
"narHash": "sha256-+AajfKU6fOTT1bf3YSgpyV5kk/965y3zg6pQ9cWF6Bg=", "narHash": "sha256-7X/OmsmkcaHgh6hABeG4dJ0tML/x34Sjr9jFOliSfyk=",
"ref": "refs/heads/master", "path": "/home/m3tam3re/p/NIX/nixpkgs",
"rev": "be7cd917a015e24e328eee684f5df2cba2a88254", "type": "path"
"revCount": 26,
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
}, },
"original": { "original": {
"type": "git", "path": "/home/m3tam3re/p/NIX/nixpkgs",
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs" "type": "path"
} }
}, },
"nix-colors": { "nix-colors": {

View File

@@ -22,7 +22,7 @@
enable = true; enable = true;
settings = { settings = {
theme = "opencode"; 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"); agent = builtins.fromJSON (builtins.readFile "${inputs.agents}/agent/agents.json");
formatter = { formatter = {
alejandra = { alejandra = {

View File

@@ -30,6 +30,9 @@ in {
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_THEME,Bibata-Modern-Ice"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
"GTK_THEME,Dracula" "GTK_THEME,Dracula"
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"
]; ];
input = { input = {

View File

@@ -15,14 +15,14 @@
gvfs.enable = true; gvfs.enable = true;
trezord.enable = true; trezord.enable = true;
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
qdrant = { # qdrant = {
enable = true; # enable = true;
settings = { # settings = {
service = { # service = {
host = "0.0.0.0"; # host = "0.0.0.0";
}; # };
}; # };
}; # };
upower.enable = true; upower.enable = true;
avahi = { avahi = {
enable = true; enable = true;