mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
12 lines
193 B
Nix
12 lines
193 B
Nix
![]() |
{
|
||
|
programs.freetube =
|
||
|
let
|
||
|
configPath = ./config;
|
||
|
settingsPath = import (configPath + /settings.nix);
|
||
|
in
|
||
|
{
|
||
|
enable = true;
|
||
|
settings = settingsPath;
|
||
|
};
|
||
|
}
|