enable applications
This commit is contained in:
parent
1b837b7e43
commit
08818ecd22
1 changed files with 3 additions and 0 deletions
|
|
@ -8,9 +8,12 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
../applications
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
modules.apps.enable = true;
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
xdg.portal.config.common.default = "*";
|
xdg.portal.config.common.default = "*";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue