This commit is contained in:
Robin
2026-06-02 20:21:32 +02:00
parent 12ab25c8f0
commit ab20bbd8c4
8 changed files with 302 additions and 27 deletions

3
custom/mango.nix Normal file
View File

@@ -0,0 +1,3 @@
{ config, pkgs, ... }:{
programs.mangowc.enable = true;
}