From 66f5b3964524157245de53a4db6a3588767939d7 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Jun 2024 19:16:14 +0200 Subject: [PATCH] Fix typo in comment --- home/themes/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/themes/gtk.nix b/home/themes/gtk.nix index b8c84e9..9c882c6 100644 --- a/home/themes/gtk.nix +++ b/home/themes/gtk.nix @@ -78,7 +78,7 @@ in { }; dconf.settings = { - # This is like a system-wide dark mode swithc that some apps respect it. + # This is like a system-wide dark mode switch that some apps respect it. # Equivalent of the following dconf command: # `conf write /org/gnome/desktop/interface/color-scheme "'prefer-dark'"` "org/gnome/desktop/interface".color-scheme = "prefer-dark";