flake update

This commit is contained in:
Vivian 2023-07-20 11:10:25 +02:00
parent 4315202398
commit 9e3c95742c
2 changed files with 76 additions and 54 deletions

View file

@ -1,5 +1,9 @@
_: {
{ pkgs, ... }: {
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
home.packages = with pkgs; [
zoom-us
];
}