From 61fd81562a9a2d7744e05b939948898e25dfb6fc Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 22 Aug 2025 23:48:33 -0400 Subject: unfixed and fixed ghostty. + reformat files --- freetube.nix | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'freetube.nix') diff --git a/freetube.nix b/freetube.nix index 96f9a4a..d3ef894 100644 --- a/freetube.nix +++ b/freetube.nix @@ -2,31 +2,31 @@ { programs.freetube = { - enable = true; - settings = { - checkForUpdates = false; - defaultQuality = "1440"; - baseTheme = "catppuccinMocha"; - quickBookmarkTargetPlaylistId = "favorites"; - checkForBlogPosts = false; - generalAutoLoadMorePaginatedItemsEnabled = true; - openDeepLinksInNewWindow = true; - barColor = false; - hideLabelsSideBar = true; - hideHeaderLogo = false; - expandSideBar = true; - enableSubtitlesByDefaultvalue = true; - displayVideoPlayButton=true; - defaultViewingMode = "theatre"; - defaultPlayback = 2; - enableScreenshot = true; - screenshotAskPath = false; - hideTrendingVideos = true; - hideSubscriptionsShorts = true; - hideChannelShorts=true; - downloadBehavior = "download"; - useSponsorBlock = true; - }; + enable = true; + settings = { + checkForUpdates = false; + defaultQuality = "1440"; + baseTheme = "catppuccinMocha"; + quickBookmarkTargetPlaylistId = "favorites"; + checkForBlogPosts = false; + generalAutoLoadMorePaginatedItemsEnabled = true; + openDeepLinksInNewWindow = true; + barColor = false; + hideLabelsSideBar = true; + hideHeaderLogo = false; + expandSideBar = true; + enableSubtitlesByDefaultvalue = true; + displayVideoPlayButton = true; + defaultViewingMode = "theatre"; + defaultPlayback = 2; + enableScreenshot = true; + screenshotAskPath = false; + hideTrendingVideos = true; + hideSubscriptionsShorts = true; + hideChannelShorts = true; + downloadBehavior = "download"; + useSponsorBlock = true; + }; }; } -- cgit v1.3.1