zen config

This commit is contained in:
Dennis Schoepf 2025-12-16 19:36:20 +01:00
parent 7be06bf1f6
commit 7cf36dfa51
2 changed files with 6 additions and 12 deletions

View file

@ -1,6 +1,5 @@
{
lib,
config,
inputs,
outputs,
pkgs,

View file

@ -1,6 +1,5 @@
{
inputs,
config,
pkgs,
system,
...
@ -37,17 +36,13 @@
id = 1;
};
};
spaces =
let
containers = config.programs.zen-browser.profiles."default".containers;
in
{
"Personal" = {
id = "c6de089c-410d-4206-961d-ab11f988d40a";
position = 1000;
container = containers."Personal".id;
};
spaces = {
"Personal" = {
id = "c6de089c-410d-4206-961d-ab11f988d40a";
position = 1000;
container = containers."Personal".id;
};
};
pins = {
"Apps" = {
id = "092abc24-d7c5-4012-b311-d4ee0b193537";