Files
setup-machines/home-manager/development/podman.nix

7 lines
66 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
programs.podman = {
enable = true;
};
}