nixfiles/home/apps/vivaldi.nix

8 lines
113 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
vivaldi
vivaldi-ffmpeg-codecs
#vivaldi-widevine
];
}