Add vivaldi to common linux apps

This commit is contained in:
Natsu Kagami 2022-04-28 14:36:43 -04:00
parent 3acc508ba7
commit a009a04cba
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -5,6 +5,10 @@ with lib; {
./modules/X11/xfce4-notifyd.nix
];
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
home.packages = with pkgs; [
unfree.vivaldi
];
## Gnome-keyring
services.gnome-keyring = {
enable = true;