Add ratbagd and Piper to handle Logitech mouse settings
This commit is contained in:
parent
6e874beeec
commit
0d74393599
1 changed files with 9 additions and 1 deletions
|
@ -62,7 +62,15 @@
|
|||
# '';
|
||||
# };
|
||||
|
||||
services.openssh.enable = true;
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
|
||||
ratbagd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
piper
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
|
|
Loading…
Reference in a new issue