From ffec07ff7b4b1bd45a39d3613c45e0c764cf8cdf Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 20:41:49 +0100 Subject: [PATCH] Fix typo --- config/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/home.nix b/config/home.nix index 63e609e..50891fe 100644 --- a/config/home.nix +++ b/config/home.nix @@ -15,7 +15,7 @@ in { }; }; - gtk.cursorTheme = pkgs.vimix-cursor-theme + gtk.cursorTheme = pkgs.vimix-cursor-theme; xsession = { enable = true;