mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
12 lines
198 B
Nix
12 lines
198 B
Nix
![]() |
{
|
||
|
programs.brave =
|
||
|
let
|
||
|
configPath = ./config;
|
||
|
extensionsPath = import (configPath + /extensions.nix);
|
||
|
in
|
||
|
{
|
||
|
enable = true;
|
||
|
extensions = extensionsPath;
|
||
|
};
|
||
|
}
|