Move kakoune to a full-fledged package #4

Open
nki wants to merge 42 commits from kakoune-package into master
Showing only changes of commit 281fcad46f - Show all commits

View file

@ -69,6 +69,7 @@ let
virtualisation = { pkgs, ... }: mkIf cfg.enable { virtualisation = { pkgs, ... }: mkIf cfg.enable {
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
extraPackages = [ pkgs.slirp4netns ];
dockerCompat = true; dockerCompat = true;
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
}; };