diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-25 21:34:06 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-25 21:34:06 -0400 |
| commit | f351ef00f77e5ea4d082a7eff86d7845dad7d9e0 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /freetube.nix | |
| parent | bluetooth (diff) | |
| download | nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.gz nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.tar.bz2 nixos-f351ef00f77e5ea4d082a7eff86d7845dad7d9e0.zip | |
remove all
Diffstat (limited to '')
| -rw-r--r-- | freetube.nix | 32 |
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; - }; - }; - -} |
