flake: refactor gnome and kde config inclusion

This commit is contained in:
Leonardo Eugênio 2026-02-24 14:13:58 -03:00
parent c07b2f920e
commit 52f5d725ea
6 changed files with 65 additions and 49 deletions

View file

@ -5,5 +5,7 @@
android.enable = lib.mkEnableOption { };
media-packages.enable = lib.mkEnableOption { };
containers.enable = lib.mkEnableOption { };
gnome.enable = lib.mkEnableOption { };
kde.enable = lib.mkEnableOption { };
};
}