opt: optimize nix

This commit is contained in:
DreamMaoMao 2025-03-25 13:24:20 +08:00
parent ea63f40935
commit d51d578602
4 changed files with 136 additions and 1 deletions

View file

@ -49,6 +49,10 @@ stdenv.mkDerivation {
xwayland
];
passthru = {
providedSessions = [ "maomao" ];
};
meta = {
mainProgram = "maomao";
description = "A streamlined but feature-rich Wayland compositor";