logitiech solaar

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-02-03 13:28:20 +01:00
parent 87292666b1
commit 68ec133681
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
solaar
];
}