meta: Drop xcursor

This doesn't seem to change anything nowadays with Hyprland so it should
be okay to drop in 2024.

Edit: This seems to get set with pointerCursor in home-manager which
gets set by stylix, so it shouldn't matter either way.

See: ff1c364654/modules/config/home-cursor.nix (L172-L175)
And: b36fb34a9c/stylix/hm/cursor.nix (L15)
This commit is contained in:
Donovan Glover 2024-04-18 20:33:30 -04:00
parent 6826ef0307
commit f9426b18c8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 0 additions and 8 deletions

View File

@ -11,7 +11,6 @@
../home/gtk.nix
../home/kitty.nix
../home/neovim.nix
../home/xcursor.nix
../home/xresources.nix
../home/yazi.nix
];

View File

@ -46,7 +46,6 @@ in
settings = {
env = [
"XCURSOR_SIZE,24"
"BROWSER,librewolf"
"QT_IM_MODULE,fcitx"
"XMODIFIERS,@im=fcitx"

View File

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