added bluetooth and xremap and screenshots

This commit is contained in:
specCon18 2023-12-20 06:07:08 -05:00
parent 3449e5a858
commit 6baa7c361c
8 changed files with 371 additions and 15 deletions

View file

@ -14,4 +14,18 @@
"docker"
];
};
services.xremap = {
withWlroots = true;
userName = "speccon18";
config = {
keymap = [
{
name = "Global";
remap = {
"CapsLock" = "Esc";
};
}
];
};
};
}

View file

@ -29,6 +29,7 @@
vlc
remmina
bacon
skate
];
};
}