add tor, more qt libraries for nix-ld, add qbittorrent
This commit is contained in:
parent
ad02597200
commit
618a6b544f
3 changed files with 5 additions and 1 deletions
|
@ -125,6 +125,7 @@
|
||||||
patchelf
|
patchelf
|
||||||
radare2
|
radare2
|
||||||
p7zip
|
p7zip
|
||||||
|
qbittorrent
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./garage.nix
|
./garage.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
|
./tor.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||||
|
|
|
@ -306,8 +306,10 @@
|
||||||
libplist
|
libplist
|
||||||
p11-kit
|
p11-kit
|
||||||
kdePackages.qtwayland
|
kdePackages.qtwayland
|
||||||
|
qt6.full
|
||||||
qt6.qtwayland
|
qt6.qtwayland
|
||||||
libsForQt5.qt5.qtwayland
|
qt5.full
|
||||||
|
qt5.qtwayland
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xorg.xcbutilwm
|
xorg.xcbutilwm
|
||||||
|
|
Loading…
Add table
Reference in a new issue