1
0
Fork 0

Configure FreeTube

This commit is contained in:
Ethan Reece 2025-01-31 13:34:31 -06:00
parent 99e9c3b475
commit 80b68da236
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -46,6 +46,10 @@ in
ghidra_pkg
pkgs.nixd
pkgs.nil
pkgs.teams-for-linux
pkgs.vesktop
# pkgs.simplex-chat-desktop - not available on aarch64
pkgs.freetube
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
@ -73,6 +77,12 @@ in
# ViewedProjects=
# RecentProjects=
# '';
".config/FreeTube/settings.db".text = ''
{"_id":"quickBookmarkTargetPlaylistId","value":"favorites"}
{"_id":"saveWatchedProgress","value":false}
{"_id":"rememberHistory","value":false}
{"_id":"useSponsorBlock","value":true}
'';
};
# Home Manager can also manage your environment variables through