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

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
../auto-mount.nix
@ -28,4 +28,6 @@
../ca.nix
../sops-nix.nix
];
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
}