nix-config/home/vitetris/common.nix

17 lines
187 B
Nix
Raw Normal View History

2022-01-18 09:32:55 +01:00
{ config, pkgs, ... }:
{
home.file.".vitetris".text = ''
mode=1
level=0
height=5
rotate=2
softdrop=1
[stdin]
left=h
right=l
up=k
down=j
'';
}