dotfiles/modules/home/gui/apps/browsers/braveNix/default.nix

11 lines
107 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
brave
;
};
}