init
This commit is contained in:
commit
b6cdc78668
210 changed files with 9929 additions and 0 deletions
17
s0mePC-nix/hardware/openrazer.nix
Normal file
17
s0mePC-nix/hardware/openrazer.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
hardware = {
|
||||
openrazer = {
|
||||
enable = true;
|
||||
users = [
|
||||
"hand7s"
|
||||
];
|
||||
|
||||
batteryNotifier = {
|
||||
enable = true;
|
||||
percentage = 15;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue