From e258c1ba3904212502ef997b0055e4b6bb816cf5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Mon, 19 May 2025 16:56:18 +0300 Subject: [PATCH] Added zen browser --- flake.nix | 5 +++++ modules/apps.nix | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee94a44..b540b56 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,11 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, ... }@inputs: { diff --git a/modules/apps.nix b/modules/apps.nix index 401a21b..f12e891 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: { +{ pkgs, lib, config, inputs, ... }: { options.apps.enable = lib.mkOption { type = lib.types.bool; @@ -42,6 +42,8 @@ haruna gparted gnome-clocks + inputs.zen-browser.packages."${system}".twilight + chromium # for firefox/zen issue not rendering emojis properly # Communication whatsie