enable g502 support
This commit is contained in:
parent
8beb533521
commit
8bff82a688
|
@ -156,7 +156,7 @@
|
|||
freecad openscad
|
||||
|
||||
# Misc
|
||||
openrgb protonup-ng
|
||||
openrgb piper protonup-ng
|
||||
];
|
||||
|
||||
# Completions for system packages
|
||||
|
@ -192,6 +192,10 @@
|
|||
videoDrivers = [ "amdgpu" ];
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
|
||||
ratbagd = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Install docker
|
||||
|
|
Loading…
Reference in a new issue