chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
c430505014
commit
180d9fb93a
3 changed files with 8 additions and 4 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -108,10 +108,10 @@
|
||||||
};
|
};
|
||||||
"ttv-lol-pro" = buildFirefoxXpiAddon {
|
"ttv-lol-pro" = buildFirefoxXpiAddon {
|
||||||
pname = "ttv-lol-pro";
|
pname = "ttv-lol-pro";
|
||||||
version = "2.3.4";
|
version = "2.3.5";
|
||||||
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
|
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4231258/ttv_lol_pro-2.3.4.xpi";
|
url = "https://addons.mozilla.org/firefox/downloads/file/4250478/ttv_lol_pro-2.3.5.xpi";
|
||||||
sha256 = "9b3255af18975e2c1f1b3c65b9c23d21403a4d086c74daef1ddc76a051f60516";
|
sha256 = "d8e91e81285271d41e3631072bd056e5a65b95158ce43c8cd9100ae2c414adcd";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/younesaassila/ttv-lol-pro";
|
homepage = "https://github.com/younesaassila/ttv-lol-pro";
|
||||||
description = "TTV LOL PRO removes most livestream ads from Twitch.";
|
description = "TTV LOL PRO removes most livestream ads from Twitch.";
|
||||||
|
@ -121,6 +121,7 @@
|
||||||
"storage"
|
"storage"
|
||||||
"webRequest"
|
"webRequest"
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
|
"https://*.live-video.net/*"
|
||||||
"https://*.ttvnw.net/*"
|
"https://*.ttvnw.net/*"
|
||||||
"https://*.twitch.tv/*"
|
"https://*.twitch.tv/*"
|
||||||
"https://perfprod.com/ttvlolpro/telemetry"
|
"https://perfprod.com/ttvlolpro/telemetry"
|
||||||
|
|
|
@ -27,6 +27,8 @@ in {
|
||||||
symlink = config.lib.file.mkOutOfStoreSymlink;
|
symlink = config.lib.file.mkOutOfStoreSymlink;
|
||||||
inherit (lib) optionals;
|
inherit (lib) optionals;
|
||||||
|
|
||||||
|
astalTypes = config.home.file.".local/share/io.Aylur.Astal/types";
|
||||||
|
|
||||||
# https://github.com/Aylur/ags/blob/e1f2d311ceb496a69ef6daa6aebb46ce511b2f22/nix/hm-module.nix#L69
|
# https://github.com/Aylur/ags/blob/e1f2d311ceb496a69ef6daa6aebb46ce511b2f22/nix/hm-module.nix#L69
|
||||||
agsTypes = config.home.file.".local//share/com.github.Aylur.ags/types";
|
agsTypes = config.home.file.".local//share/com.github.Aylur.ags/types";
|
||||||
agsConfigDir = ".nix/modules/ags/config";
|
agsConfigDir = ".nix/modules/ags/config";
|
||||||
|
@ -44,8 +46,9 @@ in {
|
||||||
home = {
|
home = {
|
||||||
file =
|
file =
|
||||||
{
|
{
|
||||||
".config/ags".source = symlink /home/${mainUser}/.nix/modules/ags/config;
|
".config/astal/types".source = astalTypes.source;
|
||||||
|
|
||||||
|
".config/ags".source = symlink /home/${mainUser}/.nix/modules/ags/config;
|
||||||
"${agsConfigDir}/types".source = agsTypes.source;
|
"${agsConfigDir}/types".source = agsTypes.source;
|
||||||
"${agsConfigDir}/config.js".text =
|
"${agsConfigDir}/config.js".text =
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue