forked from extern/nix-config
stylix: Style cursor with new option
This commit is contained in:
parent
16d5607dbc
commit
5046c0fa2e
@ -41,7 +41,6 @@
|
|||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
XDG_RUNTIME_DIR = "/run/user/1000";
|
XDG_RUNTIME_DIR = "/run/user/1000";
|
||||||
DISPLAY = ":0";
|
DISPLAY = ":0";
|
||||||
XCURSOR_SIZE = "24";
|
|
||||||
GTK_IM_MODULE = "fcitx";
|
GTK_IM_MODULE = "fcitx";
|
||||||
QT_IM_MODULE = "fcitx";
|
QT_IM_MODULE = "fcitx";
|
||||||
XMODIFIERS = "@im=fcitx";
|
XMODIFIERS = "@im=fcitx";
|
||||||
|
@ -15,6 +15,12 @@ in
|
|||||||
popups = opacity;
|
popups = opacity;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stylix.cursor = with pkgs; {
|
||||||
|
package = phinger-cursors;
|
||||||
|
name = "phinger-cursors";
|
||||||
|
size = 24;
|
||||||
|
};
|
||||||
|
|
||||||
stylix.fonts = with pkgs; {
|
stylix.fonts = with pkgs; {
|
||||||
serif = {
|
serif = {
|
||||||
package = noto-fonts-cjk-sans;
|
package = noto-fonts-cjk-sans;
|
||||||
|
Loading…
Reference in New Issue
Block a user