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