From 0f472179ea1aaab0ab68a109c34fd78b25642422 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:09:26 -0400 Subject: migration to mostly nix --- home-config/nix-home-manager/zenProfile.nix | 70 ----------------------------- 1 file changed, 70 deletions(-) delete mode 100644 home-config/nix-home-manager/zenProfile.nix (limited to 'home-config/nix-home-manager/zenProfile.nix') diff --git a/home-config/nix-home-manager/zenProfile.nix b/home-config/nix-home-manager/zenProfile.nix deleted file mode 100644 index e10cda6..0000000 --- a/home-config/nix-home-manager/zenProfile.nix +++ /dev/null @@ -1,70 +0,0 @@ -rec { - settings = { - "zen.welcome-screen.seen" = true; - "zen.urlbar.behavior" = "float"; - "zen.view.compact.enable-at-startup"= true; - "zen.view.use-single-toolbar"= false; - "zen.view.window.scheme"= 0; - }; - - pinsForce = true; - pins = { - "Discord" = { - id = "59d28a80-d185-4dec-92cb-6da549cdfd27"; - workspace = spaces."Personal".id; - url = "https://discord.com/channels/@me"; - position = 101; - isEssential = true; - }; - "RSS" = { - id = "0fa25825-01f2-49ce-b8a2-80f1100e782c"; - workspace = spaces."Personal".id; - url = "https://rss.ryan77627.xyz"; - position = 102; - isEssential = true; - }; - }; - - spacesForce = true; - spaces = { - "Personal" = { - id = "2392f396-2548-4a20-9fb8-a3e940be4a58"; - #icon = ""; - position = 1000; - theme = { - type = "gradient"; - colors = [ - { - red = 199; - green = 161; - blue = 247; - algorithm = "complementary"; - type = "explicit-lightness"; - lightness = 80; - #isPrimary = true; - } - # { - # red = 157; - # green = 251; - # blue = 194; - # algorithm = "splitComplimentary"; - # type = "explicit-lightness"; - # lightness = 80; - # isPrimary = false; - # } - # { - # red = 161; - # green = 243; - # blue = 247; - # algorithm = "splitComplimentary"; - # type = "explicit-lightness"; - # lightness = 80; - # isPrimary = false; - # } - ]; - opacity = 0.419; - texture = 0.3125; - }; - }; - }; -} -- cgit v1.3.1