add xcursor.nix

This commit is contained in:
crurak 2023-08-06 09:24:27 +02:00
parent dfbab59b45
commit 19c4f11670
3 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,7 @@
./librewolf.nix
./neovim.nix
./waybar.nix
./xcursor.nix
./xresources.nix
];
}

View File

@ -2,7 +2,7 @@
gtk = {
enable = true;
cursorTheme = {
package = pkgs.phinger-cursor;
package = pkgs.phinger-cursors;
name = "phinger-cursors";
};
gtk3.extraConfig = {

6
home/xcursor.nix Normal file
View File

@ -0,0 +1,6 @@
{
home.file.".icons/default/index.theme".text = /* ini */ ''
[icon theme]
Inherits=phinger-cursors
'';
}