enable podman

This commit is contained in:
Sean Buckley 2022-11-21 01:08:30 -05:00
parent c195768a99
commit 435f35a7a1

View file

@ -3,6 +3,7 @@ with lib;
{
config = mkIf (config.sconfig.profile == "desktop") {
services.pcscd.enable = true;
virtualisation.podman.enable = true;
# Pipewire
sound.enable = true;