cosmic: add cosmic config

This commit is contained in:
Leonardo Eugênio 2026-04-16 23:03:04 -03:00
parent aa97808cf7
commit 2a38c58903
6 changed files with 76 additions and 0 deletions

View file

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