mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:16:11 +01:00
27 lines
537 B
Nix
27 lines
537 B
Nix
{
|
|
programs.freetube = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
allowDashAv1Formats = true;
|
|
defaultQuality = "1080";
|
|
useSponsorBlock = true;
|
|
|
|
backendFallback = true;
|
|
|
|
autoplayPlaylists = false;
|
|
autoplayVideos = false;
|
|
expandSideBar = false;
|
|
hideLabelsSideBar = true;
|
|
|
|
checkForBlogPosts = false;
|
|
checkForUpdates = false;
|
|
|
|
mainColor = "CatppuccinMochaMauve";
|
|
secColor = "CatppuccinMochaPink";
|
|
baseTheme = "catppuccinMocha";
|
|
barColor = false;
|
|
};
|
|
};
|
|
}
|