fix cursor theme
This commit is contained in:
parent
90f9f08541
commit
18d50e1b3c
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ pkgs
|
||||||
, pkgs
|
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -19,6 +18,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
home.pointerCursor = cursorTheme // { size = 24; };
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = gtkTheme;
|
theme = gtkTheme;
|
||||||
|
|
|
@ -18,7 +18,7 @@ _: {
|
||||||
{ directory = ".config/spotify"; method = "symlink"; }
|
{ directory = ".config/spotify"; method = "symlink"; }
|
||||||
{ directory = ".fly"; method = "symlink"; }
|
{ directory = ".fly"; method = "symlink"; }
|
||||||
{ directory = ".local/share/direnv"; 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/keyrings"; method = "symlink"; }
|
||||||
{ directory = ".local/share/lutris"; method = "symlink"; }
|
{ directory = ".local/share/lutris"; method = "symlink"; }
|
||||||
{ directory = ".local/share/nix"; method = "symlink"; }
|
{ directory = ".local/share/nix"; method = "symlink"; }
|
||||||
|
|
Loading…
Reference in a new issue