Compare commits
2 commits
dbc4d435e9
...
88bf3cbcb8
| Author | SHA1 | Date | |
|---|---|---|---|
| 88bf3cbcb8 | |||
| f8368162bb |
2 changed files with 6 additions and 2 deletions
|
|
@ -5,4 +5,10 @@ final: prev: {
|
|||
./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,9 +126,7 @@ with lib.metacfg;
|
|||
#'';
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
podman.dockerCompat = false;
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue