diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-16 11:47:11 +0100 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-16 11:47:11 +0100 |
| commit | 7417d85ee2f268c8e1aa36a86fe271891eebbb89 (patch) | |
| tree | b2562ba1989f116aa065b760f05df27bd686e051 /nixos/gui.nix | |
| parent | ace3d178fbf141c3d6e44b415d43dad46a5d85b8 (diff) | |
initial commit
Diffstat (limited to 'nixos/gui.nix')
| -rw-r--r-- | nixos/gui.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/gui.nix b/nixos/gui.nix index 0f3da65..e0998c4 100644 --- a/nixos/gui.nix +++ b/nixos/gui.nix @@ -16,5 +16,6 @@ ''; }; }; + libinput.mouse.dev = "/dev/input/mouse0"; }; } |
