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; enable = isgraphical;
greeters.gtk.cursorTheme.size = cursorsize; greeters.gtk.cursorTheme.size = cursorsize;
}; };
displayManager.sessionCommands = '' # displayManager.sessionCommands = ''
${pkgs.xorg.xrdb}/bin/xrdb -merge <<EOF # ${pkgs.xorg.xrdb}/bin/xrdb -merge <<EOF
Xcursor.size: 14 # Xcursor.size: 14
EOF # EOF
''; # '';
windowManager.i3 = { windowManager.i3 = {
enable = isgraphical; enable = isgraphical;
extraPackages = with pkgs; [ extraPackages = with pkgs; [