deploy overseerr

This commit is contained in:
Vivian 2022-11-05 13:26:05 +01:00
parent b073d7c20c
commit 47fce50c76
5 changed files with 51 additions and 7 deletions

View file

@ -97,6 +97,8 @@ in {
enableAliases = true;
};
programs.bat.enable = true;
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;