Adding more features to my desktop

Add nheko for chat
Add podman for development and testing
This commit is contained in:
Greg Hellings
2022-05-04 13:57:19 -05:00
parent 1c19e5300d
commit 2d333a9128
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{ ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}