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;
|
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; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user