dotfiles/home-manager/modules/brave/default.nix

10 lines
140 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
programs.brave = let
configPath = ./config;
in
{
enable = true;
}
// (import (configPath + /extensions.nix));
}