add zen browser config for waybar
This commit is contained in:
parent
5996f380c2
commit
a80bee0165
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue