mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-03-14 15:08:53 +00:00
9 lines
123 B
Nix
9 lines
123 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = with pkgs; [
|
||
|
chromium
|
||
|
microsoft-edge
|
||
|
vivaldi
|
||
|
vivaldi-ffmpeg-codecs
|
||
|
];
|
||
|
}
|