Skip to content

Commit

Permalink
fix(appearance): correct option path in deprecation alias
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Feb 2, 2025
1 parent 898d131 commit 666cecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/appearance.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
imports = [
# TODO: Remove after COSMIC stable release.
(lib.mkRenamedOptionModule
[ "wayland" "desktopManager" "cosmic" "appearance" "default" ]
[ "wayland" "desktopManager" "cosmic" "appearance" "mode" ]
[ "wayland" "desktopManager" "cosmic" "appearance" "theme" "default" ]
[ "wayland" "desktopManager" "cosmic" "appearance" "theme" "mode" ]
)
];

Expand Down

0 comments on commit 666cecf

Please sign in to comment.