mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove xmodmap setting
These commands don't work here. They need to go somewhere else.
This commit is contained in:
parent
ff123f69ac
commit
6e5c79761e
1 changed files with 0 additions and 5 deletions
|
@ -61,11 +61,6 @@
|
|||
Option "VariableRefresh" "true"
|
||||
'';
|
||||
|
||||
services.xserver.displayManager.sessionCommands = ''
|
||||
${pkgs.xorg.xmodmap}/bin/xmodmap -e "remove Lock = Caps_Lock"
|
||||
${pkgs.xorg.xmodmap}/bin/xmodmap -e "keysym Caps_Lock = F13"
|
||||
'';
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
|
Loading…
Reference in a new issue