zen: overhaul configuration

Declaratively configure plugin installation and configuration.

Use my own self-hosted sync server.
This commit is contained in:
2026-03-21 13:29:40 -04:00
parent 543930921f
commit 1fc00ab1a3
6 changed files with 415 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
pkgs,
lib,
inputs,
config,
...
}:
{
@@ -12,6 +13,7 @@
./progs/emacs.nix
# ./progs/trezor.nix # - broken
./progs/flatpak.nix
./progs/zen
];
nixpkgs.config.allowUnfreePredicate =
@@ -34,7 +36,6 @@
# browsers
[
tor-browser
inputs.zen-browser.packages."${system}".twilight
grayjay
]
@@ -171,7 +172,6 @@
};
home.sessionVariables = {
BROWSER = "zen";
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc
]}";