sgx-azure

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 19:54:33 +01:00
parent c405c2af83
commit 707faa6751
2 changed files with 4 additions and 9 deletions

View file

@ -2,8 +2,6 @@
, pkgs
, config
, nixpkgs
, osConfig ? { }
, format ? "unknown"
, ...
}:
{
@ -28,10 +26,7 @@
git.enable = true;
direnv.enable = true;
ssh.enable = true;
# jetbrains.enable = true;
};
};
fonts.fontconfig.enable = true;
}