added maomaowm; add flake-parts-package template

This commit is contained in:
EdenQwQ 2025-03-24 22:35:29 +08:00
parent 36d96fd613
commit f3e86265f4
13 changed files with 1060 additions and 36 deletions

View file

@ -5,5 +5,6 @@
./niri.nix
./ai.nix
./swhkd.nix
./maomaowm.nix
];
}

6
os/programs/maomaowm.nix Normal file
View file

@ -0,0 +1,6 @@
{
programs = {
maomaowm.enable = true;
maomaowm.mmsg.enable = true;
};
}