summaryrefslogtreecommitdiff
path: root/system/desktops/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/desktops/wayland.nix (renamed from modules/desktops/wayland.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/desktops/wayland.nix b/system/desktops/wayland.nix
index 600651f..8a81fdf 100644
--- a/modules/desktops/wayland.nix
+++ b/system/desktops/wayland.nix
@@ -5,9 +5,9 @@
...
}: let
inherit (lib) mkIf;
- cfg = config.desktops;
+ cfg = config.desktops.wayland;
in {
- config = mkIf cfg.wayland {
+ config = mkIf cfg.enable {
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;