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"; }