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:
parent
77b5042d6c
commit
ea22491995
@ -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; [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user