feat: try to add zen-browser

This commit is contained in:
Xavier Morel
2026-02-24 17:33:03 +01:00
parent 443b1da9d5
commit cbd186ed2a
3 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,11 @@
nixos-hardware = {
url = "github:nixos/nixos-hardware";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
};
outputs =

View File

@@ -24,5 +24,6 @@
pkgs.vial
pkgs.vlc
];
home.programs.zen-browser.enable = true;
};
}

View File

@@ -1,4 +1,5 @@
{
inputs,
...
}:
{
@@ -7,6 +8,7 @@
./programs
./services
inputs.zen-browser.nixosModules.default
# ./dotfiles.nix
# ./helix.nix
# ./kitty.nix