Add Jules' RockPro64
This commit is contained in:
parent
46ba563e2f
commit
e11627bd8f
18 changed files with 155 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.looking-glass-client = {
|
||||
enable = config.home.desktop.enable;
|
||||
enable = if config.home.desktop.enable && config.nixpkgs.system == "x86_64-linux" then true else false;
|
||||
settings = {
|
||||
input = {
|
||||
rawMouse = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue