feat: add nixos module

This commit is contained in:
EdenQwQ
2025-03-24 10:55:11 +08:00
parent 17ad744932
commit 21056746bf
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";