Added android-tools
Some checks failed
/ Check NixOS Configuration (push) Failing after 1m5s

This commit is contained in:
Kaybee 2024-11-30 20:49:48 +01:00
parent 4b1aa15e35
commit 765418d0fd
Signed by: kb01
SSH key fingerprint: SHA256:KpIuWU1rlgJQHYFSLMruNJdDr6glKfzctvPWQKVGy+E
2 changed files with 6 additions and 0 deletions

View file

@ -67,6 +67,7 @@ in {
# Development
vscodium
scrcpy
android-tools
# Experiments
# Gaming
prismlauncher

View file

@ -152,6 +152,11 @@
download-dir = "${config.services.transmission.home}/Torrents";
};
services.protonmail-bridge = {
enable = true;
path = with pkgs; [ kdePackages.kwallet ];
};
services.nix-serve = {
enable = true;
secretKeyFile = "/var/cache-HyperC-priv-key.pem";