1
0

Move keyboard settings to home-manager

This commit is contained in:
2019-07-18 21:24:55 +00:00
parent cb94868648
commit edde4a11d5
2 changed files with 7 additions and 2 deletions

View File

@ -67,6 +67,11 @@ in {
".oh-my-zsh-custom/plugins/tmux-my/tmux-my.plugin.zsh".source = ./etc/tmux-my/tmux-my.plugin.zsh;
};
home.keyboard = {
layout = "us,ru";
options = [ "ctrl:nocaps" "grp:rctrl_toggle" ];
};
xsession.enable = true;
xsession.windowManager.command = "exec xmonad";
};