diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 13:40:07 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 13:40:07 +0200 |
| commit | 69ef958406e557f3f8ac3a23c473b5f8c9248289 (patch) | |
| tree | 317c16236afc412878a32be56b7b61a538638d27 /hosts/desktop/wooting.nix | |
| parent | ff08947188dddc2349411e7de3bee7d504469381 (diff) | |
chore: formatting
Diffstat (limited to 'hosts/desktop/wooting.nix')
| -rw-r--r-- | hosts/desktop/wooting.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/desktop/wooting.nix b/hosts/desktop/wooting.nix index e6217cd..3f446ba 100644 --- a/hosts/desktop/wooting.nix +++ b/hosts/desktop/wooting.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: { options.wooting.enable = lib.mkEnableOption "Enable Wooting udev rules"; @@ -27,4 +32,4 @@ wootility ]; }; -}
\ No newline at end of file +} |
