feat: add window manager options

This commit is contained in:
danny 2026-02-04 18:21:40 +08:00
parent b4b7997ac5
commit 601dfb9217
31 changed files with 2006 additions and 821 deletions

View file

@ -0,0 +1,7 @@
final: prev: {
stalwart = prev.stalwart.overrideAttrs (oldAttrs: {
patches = [
./enable_root_ca.patch
];
});
}