Trying to get Dvorak working via configuration.nix but am not making any progress. Any ideas?
The configuration.nix file contained this:
services.xserver = {
layout = “us”;
xkbVariant = “dvorak,”;
xkbOptions = “grp:win_space_toggle”;
};
It did not have any effect from what I can see, so I did some cursory research, and added these packages:
environment.systemPackages = with pkgs; [
vim
wget
tmux
ncdu
xfce.xfce4-panel
xfce.xfce4-xkb-plugin
];
Still not able to switch the keyboard layout with Win+Space.