zen config
This commit is contained in:
parent
7be06bf1f6
commit
7cf36dfa51
2 changed files with 6 additions and 12 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue