feat: add window manager options
This commit is contained in:
parent
b4b7997ac5
commit
601dfb9217
31 changed files with 2006 additions and 821 deletions
7
pkgs/overlays/stalwart/default.nix
Executable file
7
pkgs/overlays/stalwart/default.nix
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
final: prev: {
|
||||
stalwart = prev.stalwart.overrideAttrs (oldAttrs: {
|
||||
patches = [
|
||||
./enable_root_ca.patch
|
||||
];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue