From 580fcac817bf3afd0c45e9e22bdc7f47b9eaf8a1 Mon Sep 17 00:00:00 2001 From: servius Date: Mon, 2 Mar 2026 01:52:21 +0530 Subject: [PATCH] feat: re-generated spaces --- home/apps/zen.nix | 6 +++--- neovim/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/apps/zen.nix b/home/apps/zen.nix index 6061bce3..65f7e7f7 100644 --- a/home/apps/zen.nix +++ b/home/apps/zen.nix @@ -35,19 +35,19 @@ containers = config.programs.zen-browser.profiles."default".containers; in { "Personal" = { - id = ""; + id = "0b4dab19-9b39-4f2c-8ad1-0268d9fa2e49"; icon = "👤"; container = containers."Personal".id; position = 1000; }; "Work" = { - id = "00bdd434-e31b-4e2b-b8f5-fa7055631a64"; + id = "8f687163-6b15-4c3c-885f-8ffe465b386f"; icon = "💼"; container = containers."Work".id; position = 2000; }; "Shopping" = { - id = "77452260-56e6-4c9e-8d5f-417958bc4fa4"; + id = "74f46a1b-cdd7-408c-98d7-382a2b11bd51"; icon = "💸"; container = containers."Shopping".id; position = 3000; diff --git a/neovim/default.nix b/neovim/default.nix index 1179af97..3e3ae085 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -686,7 +686,7 @@ in { blink-ripgrep.enable = true; blink-cmp-git.enable = true; blink-cmp-dictionary.enable = true; - blink-cmp-copilot.enable = true; + # blink-cmp-copilot.enable = true; blink-cmp-spell.enable = true; blink-cmp-tmux.enable = true; blink-compat = {