From 7cf36dfa51087ea0269f192bf0d8d74f7bba608b Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 16 Dec 2025 19:36:20 +0100 Subject: [PATCH] zen config --- hosts/dnsc-machine/default.nix | 1 - modules/zen/default.nix | 17 ++++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 9afceaa..718495c 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -1,6 +1,5 @@ { lib, - config, inputs, outputs, pkgs, diff --git a/modules/zen/default.nix b/modules/zen/default.nix index 7e9b3be..cd89091 100644 --- a/modules/zen/default.nix +++ b/modules/zen/default.nix @@ -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";