Added zen browser

This commit is contained in:
2025-05-19 16:56:18 +03:00
parent dfb1cb931b
commit e258c1ba39
2 changed files with 8 additions and 1 deletions

View File

@@ -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: {

View File

@@ -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