update flake lock and hide plasma vault from app menu
This commit is contained in:
parent
2cd85e0438
commit
fea56c6d51
4 changed files with 97 additions and 87 deletions
|
|
@ -1,7 +1,24 @@
|
|||
{...}: {
|
||||
home.file."settings.db" = {
|
||||
source = ./settings.db;
|
||||
target = ".config/freetube/settings.db";
|
||||
force = true;
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# home.file."settings.db" = {
|
||||
# source = ./settings.db;
|
||||
# target = ".config/FreeTube/settings.db";
|
||||
# force = true;
|
||||
# };
|
||||
systemd.user.services."set-freetube-settings" = {
|
||||
Install = {
|
||||
WantedBy = ["default.target"];
|
||||
};
|
||||
Service = {
|
||||
Type = "oneshot";
|
||||
ExecStart = "${pkgs.writeShellScript "set-freetube-settings" ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
cp -f ${builtins.toPath ./settings.db} ${config.home.homeDirectory}/.config/FreeTube/settings.db
|
||||
''}";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +1,16 @@
|
|||
{"_id":"allowDashAv1Formats","value":true}
|
||||
{"_id":"barColor","value":true}
|
||||
{"_id":"baseTheme","value":"catppuccinMacchiatto"}
|
||||
{"_id":"bounds","value":{"x":0,"y":66,"width":2560,"height":1374,"maximized":true,"fullScreen":false}}
|
||||
{"_id":"defaultQuality","value":"1080"}
|
||||
{"_id":"fetchSubscriptionsAutomatically","value":false}
|
||||
{"_id":"generalAutoLoadMorePaginatedItemsEnabled","value":true}
|
||||
{"_id":"hideActiveSubscriptions","value":true}
|
||||
{"_id":"hidePopularVideos","value":true}
|
||||
{"_id":"bounds","value":{"x":0,"y":0,"width":1200,"height":800,"maximized":false,"fullScreen":false}}
|
||||
{"_id":"checkForUpdates","value":false}
|
||||
{"_id":"defaultQuality","value":"1440"}
|
||||
{"_id":"hideChannelShorts","value":false}
|
||||
{"_id":"hideRecommendedVideos","value":true}
|
||||
{"_id":"hideSubscriptionsCommunity","value":true}
|
||||
{"_id":"hideSubscriptionsLive","value":true}
|
||||
{"_id":"hideSubscriptionsShorts","value":true}
|
||||
{"_id":"hideSubscriptionsVideos","value":true}
|
||||
{"_id":"hideTrendingVideos","value":true}
|
||||
{"_id":"landingPage","value":"history"}
|
||||
{"_id":"mainColor","value":"CatppuccinMacchiattoMauve"}
|
||||
{"_id":"mainColor","value":"CatppuccinMochaMauve"}
|
||||
{"_id":"openDeepLinksInNewWindow","value":true}
|
||||
{"_id":"playNextVideo","value":false}
|
||||
{"_id":"quickBookmarkTargetPlaylistId","value":"favorites"}
|
||||
{"_id":"secColor","value":"CatppuccinMacchiattoMauve"}
|
||||
{"_id":"showDistractionFreeTitles","value":true}
|
||||
{"_id":"secColor","value":"CatppuccinMochaSky"}
|
||||
{"_id":"sponsorBlockInteraction","value":{"color":"Pink","skip":"autoSkip"}}
|
||||
{"_id":"useDeArrowThumbnails","value":true}
|
||||
{"_id":"useDeArrowTitles","value":true}
|
||||
{"_id":"useSponsorBlock","value":true}
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@
|
|||
"org.kde.plasma.keyboardlayout"
|
||||
"org.kde.kscreen"
|
||||
"org.kde.plasma.printmanager"
|
||||
"org.kde.plasma.vault"
|
||||
"chrome_status_icon_1"
|
||||
"proton-vpn-app"
|
||||
"Nitrokey App"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue