Keyboard Layout Customization: Difference between revisions
imported>Qknight No edit summary |
imported>Dmarcoux Add line about home-manager for home.keyboard = null |
||
Line 28: | Line 28: | ||
services.xserver.displayManager.sessionCommands = "${pkgs.xorg.xkbcomp}/bin/xkbcomp ${compiledLayout} $DISPLAY"; | services.xserver.displayManager.sessionCommands = "${pkgs.xorg.xkbcomp}/bin/xkbcomp ${compiledLayout} $DISPLAY"; | ||
</source> | </source> | ||
If you are using home-manager, you also need to prevent home-manager from managing the keyboard by having <code>home.keyboard = null;</code> in your home-manager configuration. | |||
=== Relevant other options === | === Relevant other options === | ||