docs(sway): fix stale features.nix path in comment

This commit is contained in:
2026-07-06 15:36:50 +01:00
parent 2193610494
commit 9b6daa1283
+1 -1
View File
@@ -12,7 +12,7 @@ let
in in
{ {
# The features.swayDesktop.enable option is declared 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. # importing this module). This module only provides its implementation.
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.sway = { programs.sway = {