Compose and disable toucpad while typing

This commit is contained in:
Filippo Berto 2022-05-09 16:07:47 +02:00
parent fcb4d653ad
commit e708ad696a
2 changed files with 7 additions and 0 deletions

View file

@ -40,4 +40,5 @@ in
network-manager-applet.enable = true;
blueman-applet.enable = true;
};
home.packages = with pkgs; [ blueman ];
}