From 9b6daa1283633309e490fc31212e192214606770 Mon Sep 17 00:00:00 2001 From: lyrathorpe Date: Mon, 6 Jul 2026 15:36:50 +0100 Subject: [PATCH] docs(sway): fix stale features.nix path in comment --- modules/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sway.nix b/modules/sway.nix index 8b01ac1..29fdcdc 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -12,7 +12,7 @@ let in { # The features.swayDesktop.enable option is declared in - # system/modules/features.nix (so headless hosts can read/set it without + # modules/features.nix (so headless hosts can read/set it without # importing this module). This module only provides its implementation. config = lib.mkIf cfg.enable { programs.sway = {