From f5f1697e6a44b7afd211fe27ee01e0b67ebc6d34 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 20:41:15 +0100 Subject: [PATCH 1/2] Update cursor theme --- config/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/home.nix b/config/home.nix index c552452..63e609e 100644 --- a/config/home.nix +++ b/config/home.nix @@ -15,6 +15,8 @@ in { }; }; + gtk.cursorTheme = pkgs.vimix-cursor-theme + xsession = { enable = true; initExtra = '' From ffec07ff7b4b1bd45a39d3613c45e0c764cf8cdf Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 20:41:49 +0100 Subject: [PATCH 2/2] 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;