Configure FreeTube
This commit is contained in:
parent
99e9c3b475
commit
80b68da236
1 changed files with 10 additions and 0 deletions
10
home.nix
10
home.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue