]> Skullheadx's Git Forge - nixos.git/commitdiff
freetube configured
authorAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 18:16:25 +0000 (14:16 -0400)
committerAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 18:16:25 +0000 (14:16 -0400)
freetube.nix [new file with mode: 0644]
home.nix

diff --git a/freetube.nix b/freetube.nix
new file mode 100644 (file)
index 0000000..96f9a4a
--- /dev/null
@@ -0,0 +1,32 @@
+{ 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;
+       };
+  };
+
+}
index f634d282bfd1bb286289f80eb64f81e6371217b2..612b2fc21d2d374ca6e0965cef7ce502d067a6b8 100644 (file)
--- a/home.nix
+++ b/home.nix
@@ -19,6 +19,7 @@
     ./rmpc-theme.nix
     ./rmpc-config.nix
     ./waybar.nix
+    ./freetube.nix
   ];
 
   # Home Manager needs a bit of information about you and the paths it should
     #  };
   };
 
+
   xdg.portal = {
     enable = true;
     extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];