From 1be972048dd58218cd689ecb5cac562eb398b751 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 17 Aug 2025 11:25:33 +0200 Subject: refreshed config --- modules/desktop/wayland.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/desktop/wayland.nix (limited to 'modules/desktop/wayland.nix') diff --git a/modules/desktop/wayland.nix b/modules/desktop/wayland.nix new file mode 100644 index 0000000..0b78daf --- /dev/null +++ b/modules/desktop/wayland.nix @@ -0,0 +1,6 @@ +{pkgs, lib, config, ...}: { + options.addons.desktop.wayland.enable = lib.mkEnableOption "Enable wayland" ; + config = lib.mkIf config.addons.desktop.wayland.enable { + services.displayManager.sddm.wayland.enable = true; + }; +} -- cgit v1.3.1