7
home-manager/development/podman.nix
Normal file
7
home-manager/development/podman.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.podman = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user