nixconf/systems/x86_64-linux/sushiroll/default.nix

17 lines
283 B
Nix

{ ... }:
{
imports = [
./hardware.nix
];
mtxyz = {
private = true;
portable = true;
graphical = true;
minimal = true;
};
# Alt key broken on laptop. Caps lock is already super, so super is alt.
services.xserver.xkbOptions = "altwin:swap_alt_win";
}