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, lib,
config,
inputs, inputs,
outputs, outputs,
pkgs, pkgs,

View file

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