update nix

This commit is contained in:
DreamMaoMao 2025-03-25 15:48:56 +08:00
parent 0c2b2a4f54
commit ade3905e05
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";