This commit is contained in:
parent
4b1aa15e35
commit
765418d0fd
2 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,7 @@ in {
|
||||||
# Development
|
# Development
|
||||||
vscodium
|
vscodium
|
||||||
scrcpy
|
scrcpy
|
||||||
|
android-tools
|
||||||
# Experiments
|
# Experiments
|
||||||
# Gaming
|
# Gaming
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue