summaryrefslogtreecommitdiffstats
path: root/freetube.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-22 23:48:33 -0400
committerAndrew <admonty1@protonmail.com>2025-08-22 23:48:33 -0400
commit61fd81562a9a2d7744e05b939948898e25dfb6fc (patch)
tree4c21b0e28ddf30a677089d9acb349d1b66270a7b /freetube.nix
parentscreenshot manager PRINT / SUPER+SHIFT+S (diff)
downloadnixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.tar.gz
nixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.tar.bz2
nixos-61fd81562a9a2d7744e05b939948898e25dfb6fc.zip
unfixed and fixed ghostty. + reformat files
Diffstat (limited to 'freetube.nix')
-rw-r--r--freetube.nix50
1 files changed, 25 insertions, 25 deletions
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;
+ };
};
}