Several things:

- upgraded to 21.11 unstable
- old (working) amule version
- android tools (adb)
- mounting nas via ssh (new specific key)
- scrcpy
- tor-browser
- vscode settings
- home server settings
This commit is contained in:
Andrea Ciceri 2021-12-07 14:02:32 +01:00
parent ecb7bc935b
commit 7f18e318b7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
14 changed files with 457 additions and 152 deletions

3
profiles/adb/default.nix Normal file
View file

@ -0,0 +1,3 @@
{
programs.adb.enable = true;
}