rename unfree option, open firewall for steam local network transfer

This commit is contained in:
Vinzenz Schroeter 2024-10-27 10:42:23 +01:00
parent 5b19e487a5
commit 8a53ddb890
8 changed files with 60 additions and 23 deletions

View file

@ -9,5 +9,17 @@
shell = pkgs.zsh;
autoSubUidGidRange = true;
};
allowedUnfreePackages = [
"vscode-extension-ms-vscode-remote-remote-ssh"
"insync"
"insync-pkg"
"rider"
"pycharm-professional"
"jetbrains-toolbox"
"anydesk"
];
};
}