feat: add zen browser flake

This commit is contained in:
danny 2025-08-14 09:29:00 +08:00
parent 53a6b8e4a5
commit 179961297b
18 changed files with 425 additions and 185 deletions

View file

@ -85,6 +85,12 @@
swww = {
url = "github:LGFae/swww";
};
zen-browser = {
url = "github:dachxy/zen-browser-flake";
};
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
};
outputs =
@ -105,6 +111,7 @@
home-manager.nixosModules.default
nix-index-database.nixosModules.nix-index
inputs.sops-nix.nixosModules.sops
inputs.chaotic.nixosModules.default
];
args = {
inherit
@ -187,6 +194,7 @@
users."${username}" = {
imports = [
inputs.hyprland.homeManagerModules.default
inputs.zen-browser.homeManagerModules.${system}.default
{
home = {
homeDirectory = "/home/${username}";