From a009a04cba9570995b32e1600ca1c3d05c23a67a Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Thu, 28 Apr 2022 14:36:43 -0400 Subject: [PATCH] Add vivaldi to common linux apps --- home/common-linux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/common-linux.nix b/home/common-linux.nix index 36b3159..735fb61 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -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;