mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
9 lines
139 B
Nix
9 lines
139 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
chromium
|
|
microsoft-edge
|
|
vivaldi
|
|
vivaldi-ffmpeg-codecs
|
|
tor-browser
|
|
];
|
|
}
|