aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-11-16 11:54:02 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-11-16 11:54:02 -0800
commitb109c1d3b50bfb37fc562f61decf91ca225318ef (patch)
tree49018f6870c5b34406ab011d2b74961593483c8d /home
parente04c5361e10171619caf4acc7259eb2bbd4c0648 (diff)
downloadnix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar.gz
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar.bz2
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar.lz
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar.xz
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.tar.zst
nix-b109c1d3b50bfb37fc562f61decf91ca225318ef.zip
Fix typo
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix
index de84285..1f776e8 100644
--- a/home/nipsy/common/optional/desktops/gtk.nix
+++ b/home/nipsy/common/optional/desktops/gtk.nix
@@ -1,6 +1,6 @@
{
dconf.settings = {
- "org/gnome/desktop/interface".color-scheme = "prefer-dark"
+ "org/gnome/desktop/interface".color-scheme = "prefer-dark";
};
#home.sessionVariables = {