Skip to content

Commit

Permalink
sway: minor text cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 29, 2025
1 parent 0a1f30b commit c96cb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home/programs/graphical/wms/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let
in
{
options.${namespace}.programs.graphical.wms.sway = {
enable = mkEnableOption "sway.";
enableDebug = mkEnableOption "Enable debug mode.";
enable = mkEnableOption "sway";
enableDebug = mkEnableOption "debug mode";
appendConfig = lib.mkOption {
type = lib.types.lines;
default = "";
Expand Down

0 comments on commit c96cb43

Please sign in to comment.