Update flake

This commit is contained in:
Invariantspace 2024-04-18 00:07:10 -07:00
parent c6d82e32ae
commit 1d72a9505c
3 changed files with 25 additions and 23 deletions

View file

@ -13,7 +13,9 @@ let usr = config.constants.userName; in {
};
home.packages = with pkgs; [
exactaudiocopy
feishin
haruna
jellyfin-mpv-shim
joplin-desktop
lutris
nvtopPackages.amd
@ -21,7 +23,6 @@ let usr = config.constants.userName; in {
qbittorrent
razergenie
sweet-nova
tauon
telegram-desktop
thunderbird
wallpaper-engine-plasma6-plugin
@ -50,6 +51,7 @@ let usr = config.constants.userName; in {
};
theme = "Tokyo Night Moon";
};
mpv.enable = true;
obs-studio.enable = true;
zathura = {
enable = true;

View file

@ -11,7 +11,7 @@ in
services = {
aria2 = {
enable = true;
extraArguments = "--rpc-allow-origin-all --rpc-listen-all";
extraArguments = "--rpc-listen-all";
rpcListenPort = ports.aria2;
rpcSecretFile = config.sops.secrets.aria2.path;
};