enable applications

This commit is contained in:
Noa Aarts 2024-06-19 11:53:18 +02:00
parent 1b837b7e43
commit 08818ecd22

View file

@ -8,9 +8,12 @@ in
};
imports = [
../applications
];
config = lib.mkIf cfg.enable {
modules.apps.enable = true;
services.desktopManager.plasma6.enable = true;
xdg.portal.config.common.default = "*";