some mango changes

This commit is contained in:
Dea 2026-04-03 17:41:50 -04:00
parent 26a436c2df
commit 37ae5f9cfb
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,14 @@
{ inputs, ... }:
{
wayland.windowManager.mango = {
enable = true;
};
systemd = {
enable = true;
xdgAutostart = true;
}
settings = builtins.readFile ./mango.conf;
}