summaryrefslogtreecommitdiffstats
path: root/freetube.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freetube.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/freetube.nix b/freetube.nix
deleted file mode 100644
index d3ef894..0000000
--- a/freetube.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- 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;
- };
- };
-
-}