machine(Tytonidae): Add razer driver and input-remapper
This commit is contained in:
parent
250c5f2cec
commit
444cbc5021
1 changed files with 8 additions and 0 deletions
|
|
@ -7,9 +7,17 @@
|
|||
services = {
|
||||
hardware.bolt.enable = true;
|
||||
fstrim.enable = true;
|
||||
input-remapper = {
|
||||
enable = true;
|
||||
enableUdevRules = true;
|
||||
};
|
||||
};
|
||||
nix = {settings = {system-features = ["gccarch-alderlake"];};};
|
||||
hardware = {
|
||||
openrazer = {
|
||||
enable = true;
|
||||
users = ["david"];
|
||||
};
|
||||
graphics.package = pkgs.mesa_git;
|
||||
intelgpu = {
|
||||
driver = "xe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue