Update dependencies and improve configuration
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
}: let
|
||||
pname = "fluxer";
|
||||
version = "canary";
|
||||
hash = "sha256-GdoBK+Z/d2quEIY8INM4IQy5tzzIBBM+3CgJXQn0qAw=";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://api.fluxer.app/dl/desktop/stable/linux/x64/latest/appimage";
|
||||
sha256 = "sha256-GdoBK+Z/d2quEIY8INM4IQy5tzzIBBM+3CgJXQn0qAw=";
|
||||
sha256 = hash;
|
||||
};
|
||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
fetchurl,
|
||||
}: let
|
||||
pname = "helium";
|
||||
version = "0.12.4.1";
|
||||
version = "0.13.1.1";
|
||||
hash = "sha256-ZAU+IHSuKu8KiqtgK+fe914C/y7KToVWzC+drqdk+ZM=";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
|
||||
sha256 = "sha256-OgS8HkLBseFrEhNFJxMwp1bg0gzPdfY1VaySAAp7vq0=";
|
||||
sha256 = hash;
|
||||
};
|
||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
fetchurl,
|
||||
}: let
|
||||
pname = "losslesscut";
|
||||
version = "3.68.0";
|
||||
version = "3.69.0";
|
||||
hash = "sha256-F56q4nv/viWmVJpKcUR0EmtXwojO/DBwRvycYxOhJnY=";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mifi/lossless-cut/releases/download/v${version}/LosslessCut-linux-x86_64.AppImage";
|
||||
sha256 = "sha256-/d+j1/XAQOzmx7S2bVUPar/Bx130CumbzOf2sY2sCzo=";
|
||||
sha256 = hash;
|
||||
};
|
||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||
|
||||
|
||||
@@ -12,6 +12,13 @@
|
||||
package = pkgs.anki;
|
||||
language = "pl_PL";
|
||||
style = "native";
|
||||
profiles."${username}".sync.username = username;
|
||||
profiles."${username}" = {
|
||||
default = true;
|
||||
sync = {
|
||||
username = username;
|
||||
url = "https://ass.garandplg.com/";
|
||||
autoSync = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,6 @@ _: {
|
||||
"biome"
|
||||
"opencode"
|
||||
"fish"
|
||||
"tera"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user