nixconf/homes/x86_64-linux/mtxyz@sushiroll/default.nix

11 lines
146 B
Nix

{ ... }:
{
mtxyz = {
private = true;
minimal = true;
graphical = true;
};
home.keyboard.options = [ "altwin:swap_alt_win" ];
}