mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
8 lines
123 B
Nix
8 lines
123 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
chromium
|
|
microsoft-edge
|
|
vivaldi
|
|
vivaldi-ffmpeg-codecs
|
|
];
|
|
}
|