regulatory updates

home/natto/programs/emacs: update config to use org-babel and some other keybind related changes
hosts/satori: misc changes
modules/graphics: dont use the vulkan layer override for mesa

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-04-27 01:16:54 +05:30
parent c805f3e58a
commit d13815136b
12 changed files with 204 additions and 154 deletions

View File

@@ -29,15 +29,15 @@ final: prev: {
clockSupport = true;
};
picom = prev.picom.overrideAttrs (oldAttrs: rec{
/*picom = prev.picom.overrideAttrs (oldAttrs: rec{
src = prev.fetchFromGitHub {
owner = "jonaburg";
repo = "picom";
rev = "a8445684fe18946604848efb73ace9457b29bf80";
sha256 = "sha256-R+YUGBrLst6CpUgG9VCwaZ+LiBSDWTp0TLt1Ou4xmpQ=";
fetchSubmodules = true;
owner = "jonaburg";
repo = "picom";
rev = "a8445684fe18946604848efb73ace9457b29bf80";
sha256 = "sha256-R+YUGBrLst6CpUgG9VCwaZ+LiBSDWTp0TLt1Ou4xmpQ=";
fetchSubmodules = true;
};
});
});*/
proxychains = prev.proxychains.overrideAttrs (_: {
postInstall = ":";