mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-05 07:15:49 -04:00
feat: add nixos module
This commit is contained in:
parent
17ad744932
commit
21056746bf
4 changed files with 136 additions and 1 deletions
|
|
@ -49,6 +49,10 @@ stdenv.mkDerivation {
|
|||
xwayland
|
||||
];
|
||||
|
||||
passthru = {
|
||||
providedSessions = [ "maomao" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
mainProgram = "maomao";
|
||||
description = "A streamlined but feature-rich Wayland compositor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue