Added zen browser
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user