Option: added active desktop option which allows kde to be primary desktop environment.

This commit is contained in:
Jurn Wubben 2025-07-09 19:48:10 +02:00
parent d233e18593
commit e2af7ce527
17 changed files with 82 additions and 60 deletions

View file

@ -3,10 +3,8 @@
config,
lib,
...
}: let
cfg = config.niksos.desktop.enable && config.niksos.desktop.hyprland;
in {
xdg.portal = lib.mkIf cfg {
}: {
xdg.portal = lib.mkIf config.programs.hyprland.enable {
enable = true;
xdgOpenUsePortal = true;
config = {