fix(stylix): difference between nixos & home-manager options

This commit is contained in:
Khaïs COLIN 2024-08-13 18:47:04 +02:00
parent 48ad6caec9
commit 8ed040dd0e
2 changed files with 2 additions and 9 deletions

View file

@ -152,6 +152,8 @@
WLR_DRM_NO_MODIFIERS = 1; WLR_DRM_NO_MODIFIERS = 1;
# fix dolphin file associations not working # fix dolphin file associations not working
XDG_MENU_PREFIX = "plasma-"; XDG_MENU_PREFIX = "plasma-";
# fix cursor size for some apps
XCURSOR_SIZE = 24;
}; };
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are

View file

@ -6,10 +6,6 @@
polarity = "dark"; polarity = "dark";
base16Scheme = ./neovim_default_scheme.yaml; base16Scheme = ./neovim_default_scheme.yaml;
# fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340
targets.kde.enable = false;
cursor = { cursor = {
package = breezex-cursor; package = breezex-cursor;
name = "BreezeX-Light"; name = "BreezeX-Light";
@ -39,9 +35,4 @@
}; };
}; };
}; };
# fix cursor size for some apps
home.sessionVariables = {
XCURSOR_SIZE = 24;
};
} }