nixos: init vanadium by cloning carbon

This commit is contained in:
Primrose 2024-12-28 22:12:18 +01:00
parent 96340f2e08
commit dcadddad3a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
21 changed files with 1335 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
hardware.keyboard.zsa.enable = true;
services.libinput = {
mouse = {
naturalScrolling = true;
accelSpeed = "-0.5";
};
touchpad = {
naturalScrolling = true;
tapping = false;
};
};
users.users.leana.extraGroups = [ "scanner" ];
hardware.sane = {
enable = true;
brscan5.enable = true;
};
services.xserver.xkb.layout = "myDvorak";
}