Add zen-browser flake.

This commit is contained in:
jay
2025-06-29 08:25:20 -04:00
parent d66660684c
commit 4519810037
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, inputs, ... }: {
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
# Browser Packages
inputs.zen-browser.packages."${system}".twilight
];
}