Added android-tools
Some checks failed
/ Check NixOS Configuration (push) Has been cancelled

This commit is contained in:
kB01 2024-11-30 20:49:48 +01:00
parent 4b1aa15e35
commit 765418d0fd
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

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

View file

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