1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

xsession cursor ovrride removed

This commit is contained in:
Stefan Ellmauthaler 2021-12-06 12:03:01 +01:00
parent 77b5042d6c
commit ea22491995

View File

@ -13,11 +13,11 @@ in
enable = isgraphical;
greeters.gtk.cursorTheme.size = cursorsize;
};
displayManager.sessionCommands = ''
${pkgs.xorg.xrdb}/bin/xrdb -merge <<EOF
Xcursor.size: 14
EOF
'';
# displayManager.sessionCommands = ''
# ${pkgs.xorg.xrdb}/bin/xrdb -merge <<EOF
# Xcursor.size: 14
# EOF
# '';
windowManager.i3 = {
enable = isgraphical;
extraPackages = with pkgs; [