Add some logitech stuff
This commit is contained in:
parent
d4c321754f
commit
8f2f511424
|
@ -27,10 +27,15 @@ let
|
|||
exec_after = ''which swaync-client && swaync-client --inhibitor-remove "xdg-desktop-portal-wlr" || true'';
|
||||
};
|
||||
};
|
||||
|
||||
logitech = { pkgs, ... }: mkIf cfg.enable {
|
||||
services.ratbagd.enable = true;
|
||||
environment.systemPackages = with pkgs; [ piper ];
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = with modules; [ adb ios wlr ];
|
||||
imports = with modules; [ adb ios wlr logitech ];
|
||||
|
||||
options.common.linux = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Reference in a new issue