added bluetooth and xremap and screenshots
This commit is contained in:
parent
3449e5a858
commit
6baa7c361c
8 changed files with 371 additions and 15 deletions
|
|
@ -14,4 +14,18 @@
|
|||
"docker"
|
||||
];
|
||||
};
|
||||
services.xremap = {
|
||||
withWlroots = true;
|
||||
userName = "speccon18";
|
||||
config = {
|
||||
keymap = [
|
||||
{
|
||||
name = "Global";
|
||||
remap = {
|
||||
"CapsLock" = "Esc";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
vlc
|
||||
remmina
|
||||
bacon
|
||||
skate
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue