make various improvements and set up email thingsies

This commit is contained in:
Schrottkatze 2023-04-12 14:14:47 +02:00
parent 5b690d3233
commit c2757356ac
10 changed files with 85278 additions and 13 deletions

View file

@ -28,6 +28,30 @@
# ];
# };
nixpkgs = {
overlays = [
(self: super: {
linux_zen_xeniafied = pkgs.linuxPackagesFor (pkgs.linuxKernel.kernels.linux_zen.override {
structuredExtraConfig = with lib.kernel; {
#"FB" = yes;
#"FRAMEBUFFER_CONSOLE" = yes;
#"VGA_CONSOLE" = yes;
#"VIDEO_SELECT" = yes;
LOGO = lib.mkForce yes;
LOGO_LINUX_CLUT224 = yes;
};
ignoreConfigErrors = true;
});
})
];
};
boot.kernelPatches = [
{
name = "fomx";
patch = ../other/0001-fomx.patch;
}
];
jade = {
flatpak.enable = true;
desktop = {