add SOH (OOT recompile)
This commit is contained in:
parent
ca7145e50c
commit
07772eb86b
5 changed files with 29 additions and 15 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
# };
|
# };
|
||||||
systemd.user.services."set-freetube-settings" = {
|
systemd.user.services."set-freetube-settings" = {
|
||||||
Install = {
|
Install = {
|
||||||
WantedBy = ["default.target"];
|
WantedBy = ["plasma-workspace.target"];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,27 @@
|
||||||
{"_id":"barColor","value":true}
|
{"_id":"bounds","value":{"x":0,"y":0,"width":1200,"height":800,"maximized":true,"fullScreen":false}}
|
||||||
{"_id":"bounds","value":{"x":0,"y":0,"width":1200,"height":800,"maximized":false,"fullScreen":false}}
|
{"_id":"proxyHostname","value":"10.64.0.1"}
|
||||||
|
{"_id":"proxyPort","value":"1080"}
|
||||||
|
{"_id":"useProxy","value":true}
|
||||||
{"_id":"checkForUpdates","value":false}
|
{"_id":"checkForUpdates","value":false}
|
||||||
{"_id":"defaultQuality","value":"1440"}
|
{"_id":"barColor","value":true}
|
||||||
{"_id":"hideChannelShorts","value":false}
|
{"_id":"mainColor","value":"CatppuccinFrappeMauve"}
|
||||||
{"_id":"hideRecommendedVideos","value":true}
|
|
||||||
{"_id":"hideTrendingVideos","value":true}
|
|
||||||
{"_id":"landingPage","value":"history"}
|
|
||||||
{"_id":"mainColor","value":"CatppuccinMochaMauve"}
|
{"_id":"mainColor","value":"CatppuccinMochaMauve"}
|
||||||
{"_id":"openDeepLinksInNewWindow","value":true}
|
{"_id":"showDistractionFreeTitles","value":true}
|
||||||
|
{"_id":"hideTrendingVideos","value":true}
|
||||||
|
{"_id":"hideFeaturedChannels","value":true}
|
||||||
{"_id":"playNextVideo","value":false}
|
{"_id":"playNextVideo","value":false}
|
||||||
{"_id":"secColor","value":"CatppuccinMochaSky"}
|
{"_id":"hideRecommendedVideos","value":true}
|
||||||
{"_id":"sponsorBlockInteraction","value":{"color":"Pink","skip":"autoSkip"}}
|
|
||||||
{"_id":"useDeArrowThumbnails","value":true}
|
|
||||||
{"_id":"useDeArrowTitles","value":true}
|
|
||||||
{"_id":"useSponsorBlock","value":true}
|
{"_id":"useSponsorBlock","value":true}
|
||||||
|
{"_id":"useDeArrowThumbnails","value":true}
|
||||||
|
{"_id":"useDeArrowThumbnails","value":false}
|
||||||
|
{"_id":"landingPage","value":"history"}
|
||||||
|
{"_id":"backendFallback","value":true}
|
||||||
|
{"_id":"backendFallback","value":false}
|
||||||
|
{"_id":"backendFallback","value":true}
|
||||||
|
{"_id":"backendFallback","value":false}
|
||||||
|
{"_id":"backendFallback","value":true}
|
||||||
|
{"_id":"backendFallback","value":false}
|
||||||
|
{"_id":"defaultQuality","value":"1080"}
|
||||||
|
{"_id":"defaultQuality","value":"1440"}
|
||||||
|
{"_id":"hideActiveSubscriptions","value":true}
|
||||||
|
{"_id":"hideActiveSubscriptions","value":false}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
#TODO: make the creation of the command file easier, for now this is a nice solution though
|
#TODO: make the creation of the command file easier, for now this is a nice solution though
|
||||||
systemd.user.services."set-kde-connect-commands" = {
|
systemd.user.services."set-kde-connect-commands" = {
|
||||||
Install = {
|
Install = {
|
||||||
WantedBy = ["default.target"];
|
WantedBy = ["plasma-workspace.target"];
|
||||||
|
After = [""];
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
@ -205,7 +206,7 @@
|
||||||
"steam"
|
"steam"
|
||||||
"nitrokey-app"
|
"nitrokey-app"
|
||||||
"heroic_status_icon_1"
|
"heroic_status_icon_1"
|
||||||
"AknozT8xem" #Localsend name for some reason
|
"dsY7OUtCaY" #Localsend name for some reason
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -179,6 +179,7 @@
|
||||||
qjackctl
|
qjackctl
|
||||||
wireplumber
|
wireplumber
|
||||||
intiface-central
|
intiface-central
|
||||||
|
shipwright
|
||||||
#rustdesk
|
#rustdesk
|
||||||
# (pkgs.lutris.override {
|
# (pkgs.lutris.override {
|
||||||
# Intercept buildFHSEnv to modify target packages
|
# Intercept buildFHSEnv to modify target packages
|
||||||
|
|
|
||||||
|
|
@ -113,6 +113,7 @@
|
||||||
".local/share/applications"
|
".local/share/applications"
|
||||||
".local/share/firefoxpwa/"
|
".local/share/firefoxpwa/"
|
||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
|
".local/share/soh"
|
||||||
".mozilla"
|
".mozilla"
|
||||||
".steam"
|
".steam"
|
||||||
".zsh"
|
".zsh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue