mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 16:56:11 +01:00
26
home/programs/freetube.nix
Normal file
26
home/programs/freetube.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user