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