feat: re-generated spaces
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s
This commit is contained in:
@@ -35,19 +35,19 @@
|
|||||||
containers = config.programs.zen-browser.profiles."default".containers;
|
containers = config.programs.zen-browser.profiles."default".containers;
|
||||||
in {
|
in {
|
||||||
"Personal" = {
|
"Personal" = {
|
||||||
id = "";
|
id = "0b4dab19-9b39-4f2c-8ad1-0268d9fa2e49";
|
||||||
icon = "👤";
|
icon = "👤";
|
||||||
container = containers."Personal".id;
|
container = containers."Personal".id;
|
||||||
position = 1000;
|
position = 1000;
|
||||||
};
|
};
|
||||||
"Work" = {
|
"Work" = {
|
||||||
id = "00bdd434-e31b-4e2b-b8f5-fa7055631a64";
|
id = "8f687163-6b15-4c3c-885f-8ffe465b386f";
|
||||||
icon = "💼";
|
icon = "💼";
|
||||||
container = containers."Work".id;
|
container = containers."Work".id;
|
||||||
position = 2000;
|
position = 2000;
|
||||||
};
|
};
|
||||||
"Shopping" = {
|
"Shopping" = {
|
||||||
id = "77452260-56e6-4c9e-8d5f-417958bc4fa4";
|
id = "74f46a1b-cdd7-408c-98d7-382a2b11bd51";
|
||||||
icon = "💸";
|
icon = "💸";
|
||||||
container = containers."Shopping".id;
|
container = containers."Shopping".id;
|
||||||
position = 3000;
|
position = 3000;
|
||||||
|
|||||||
@@ -686,7 +686,7 @@ in {
|
|||||||
blink-ripgrep.enable = true;
|
blink-ripgrep.enable = true;
|
||||||
blink-cmp-git.enable = true;
|
blink-cmp-git.enable = true;
|
||||||
blink-cmp-dictionary.enable = true;
|
blink-cmp-dictionary.enable = true;
|
||||||
blink-cmp-copilot.enable = true;
|
# blink-cmp-copilot.enable = true;
|
||||||
blink-cmp-spell.enable = true;
|
blink-cmp-spell.enable = true;
|
||||||
blink-cmp-tmux.enable = true;
|
blink-cmp-tmux.enable = true;
|
||||||
blink-compat = {
|
blink-compat = {
|
||||||
|
|||||||
Reference in New Issue
Block a user