mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
9 lines
113 B
Nix
9 lines
113 B
Nix
|
{ NAME }: { ... }: {
|
||
|
hardware = {
|
||
|
openrazer = {
|
||
|
enable = true;
|
||
|
users = [ NAME ];
|
||
|
};
|
||
|
};
|
||
|
}
|