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