1
0
forked from extern/nix-config

stylix: Style cursor with new option

This commit is contained in:
Donovan Glover 2023-11-18 14:52:48 -05:00
parent 16d5607dbc
commit 5046c0fa2e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,6 @@
MOZ_ENABLE_WAYLAND = "1";
XDG_RUNTIME_DIR = "/run/user/1000";
DISPLAY = ":0";
XCURSOR_SIZE = "24";
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";

View File

@ -15,6 +15,12 @@ in
popups = opacity;
};
stylix.cursor = with pkgs; {
package = phinger-cursors;
name = "phinger-cursors";
size = 24;
};
stylix.fonts = with pkgs; {
serif = {
package = noto-fonts-cjk-sans;