1
0
Fork 0
forked from foxora/nix

added wip mangowc config

This commit is contained in:
foxora 2026-02-22 18:31:08 +00:00
parent 68cf02e366
commit fb2e2ee66b
11 changed files with 262 additions and 51 deletions

View file

@ -0,0 +1,15 @@
{ inputs, ... }:
{
imports = [
inputs.mango.hmModules.mango
];
wayland.windowManager.mango = {
enable = true;
};
xdg.configFile."mango" = {
recursive = true;
source = ./mango;
};
}