Compare commits
No commits in common. "88bf3cbcb87b00bd9191c3eeed512ad3417e131d" and "dbc4d435e934a10f712724c7840cbf7fb1426fe0" have entirely different histories.
88bf3cbcb8
...
dbc4d435e9
2 changed files with 2 additions and 6 deletions
|
|
@ -5,10 +5,4 @@ final: prev: {
|
||||||
./gnome-console-Add-image-and-file-path-pasting-support-for.patch
|
./gnome-console-Add-image-and-file-path-pasting-support-for.patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
at-spi2-core = prev.at-spi2-core.overrideAttrs (oldAttrs: {
|
|
||||||
postInstall = (oldAttrs.postInstall or "") + ''
|
|
||||||
substituteInPlace $out/etc/xdg/Xwayland-session.d/00-at-spi \
|
|
||||||
--replace-fail 'exec xprop' 'exec ${final.xorg.xprop}/bin/xprop'
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,9 @@ with lib.metacfg;
|
||||||
#'';
|
#'';
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
podman.dockerCompat = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue