Skip to content

Commit

Permalink
Use cinnamon dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 9, 2023
1 parent 226dd8f commit ce66bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ in
};
} // (if isLinux then {
cinnamon = {
dark-mode = false;
dark-mode = true;
};
} else { });

Expand Down

0 comments on commit ce66bf6

Please sign in to comment.