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

11 lines
115 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
google-chrome
;
};
}