minor changes
This commit is contained in:
parent
bc161bf6db
commit
7a38934145
@ -170,6 +170,7 @@ in {
|
||||
dig.dnsutils
|
||||
fd
|
||||
kitty
|
||||
lnav
|
||||
micro
|
||||
nix-index-update
|
||||
p7zip
|
||||
|
@ -31,7 +31,6 @@ with lib; {
|
||||
nix-fast-build = inputs.nix-fast-build.packages.${system}.default;
|
||||
nix-index-update = inputs.nix-alien.packages.${system}.nix-index-update;
|
||||
prismlauncher = inputs.prismlauncher.packages.${system}.default;
|
||||
ripgrep-all = stable.ripgrep-all;
|
||||
wine = prev.wineWowPackages.staging;
|
||||
xray = master.xray;
|
||||
youtube-to-mpv = prev.callPackage ./packages/youtube-to-mpv.nix { term = config.defaultApplications.term.cmd; };
|
||||
|
@ -9,7 +9,7 @@ in {
|
||||
settings = {
|
||||
dir = "${homeDir}/Downloads/aria2";
|
||||
listen-port = "6881-6999";
|
||||
rpc-listen-port = 6800;
|
||||
# rpc-listen-port = 6800;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user