add zen browser config for waybar

This commit is contained in:
DACHXY 2025-03-03 17:17:12 +08:00
parent 5996f380c2
commit a80bee0165
2 changed files with 9 additions and 0 deletions

View file

@ -32,6 +32,8 @@ let
echo '${discordIcon}' > $out/share/icons/hicolor/scalable/apps/vesktop.svg
'';
});
zen-browser = pkgs.callPackage ../../pkgs/zen-browser.nix { };
in
{
home.packages =
@ -77,5 +79,6 @@ in
])
++ [
vesktopOverride # discord
zen-browser
];
}