Switch to Vivaldi

This commit is contained in:
Filippo Berto 2024-01-19 09:54:38 +01:00
parent 4609ec520e
commit 4c2253a42e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 8 additions and 2 deletions

3
modules/hm/vivaldi.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
home.packages = [ pkgs.vivaldi pkgs.vivaldi-ffmpeg-codecs ];
}