From 18d50e1b3c7013d1c55fed7ff456472162b60943 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 4 Mar 2024 22:54:36 +0530 Subject: [PATCH] fix cursor theme --- home/gtk.nix | 4 ++-- home/persistence.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/gtk.nix b/home/gtk.nix index 947cc7a..1ee7c76 100644 --- a/home/gtk.nix +++ b/home/gtk.nix @@ -1,5 +1,4 @@ -{ lib -, pkgs +{ pkgs , ... }: let @@ -19,6 +18,7 @@ let }; in { + home.pointerCursor = cursorTheme // { size = 24; }; gtk = { enable = true; theme = gtkTheme; diff --git a/home/persistence.nix b/home/persistence.nix index 949e581..a0d8923 100644 --- a/home/persistence.nix +++ b/home/persistence.nix @@ -18,7 +18,7 @@ _: { { directory = ".config/spotify"; method = "symlink"; } { directory = ".fly"; method = "symlink"; } { directory = ".local/share/direnv"; method = "symlink"; } - { directory = ".local/share/icons"; method = "symlink"; } + { directory = ".local/share/icons/hicolor"; method = "symlink"; } { directory = ".local/share/keyrings"; method = "symlink"; } { directory = ".local/share/lutris"; method = "symlink"; } { directory = ".local/share/nix"; method = "symlink"; }