qbittorrent-api unstable
This commit is contained in:
parent
f3826b7046
commit
b48afc4549
@ -3,6 +3,7 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
|
||||
nixpkgs-small.url = "github:nixos/nixpkgs?ref=nixos-25.05-small";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
ucodenix.url = "github:e-tho/ucodenix";
|
||||
doom-emacs = {
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
}:
|
||||
let
|
||||
pkgs = mkpkgs inputs.nixpkgs;
|
||||
pkgsU = mkpkgs inputs.nixpkgs-unstable;
|
||||
in
|
||||
_final: prev: {
|
||||
nautilus = prev.nautilus.overrideAttrs (old: {
|
||||
@ -50,4 +51,5 @@ _final: prev: {
|
||||
withVencord = true;
|
||||
withOpenASAR = true;
|
||||
};
|
||||
inherit (pkgsU) qbittorrent-api;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user