mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-16 07:18:18 +02:00
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:
parent
6826ef0307
commit
f9426b18c8
@ -11,7 +11,6 @@
|
|||||||
../home/gtk.nix
|
../home/gtk.nix
|
||||||
../home/kitty.nix
|
../home/kitty.nix
|
||||||
../home/neovim.nix
|
../home/neovim.nix
|
||||||
../home/xcursor.nix
|
|
||||||
../home/xresources.nix
|
../home/xresources.nix
|
||||||
../home/yazi.nix
|
../home/yazi.nix
|
||||||
];
|
];
|
||||||
|
@ -46,7 +46,6 @@ in
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,24"
|
|
||||||
"BROWSER,librewolf"
|
"BROWSER,librewolf"
|
||||||
"QT_IM_MODULE,fcitx"
|
"QT_IM_MODULE,fcitx"
|
||||||
"XMODIFIERS,@im=fcitx"
|
"XMODIFIERS,@im=fcitx"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
home.file.".icons/default/index.theme".text = /* ini */ ''
|
|
||||||
[icon theme]
|
|
||||||
Inherits=phinger-cursors-dark
|
|
||||||
'';
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user