flake: add nix-index and dconf setting for tap-to-click

This commit is contained in:
Aaron Honeycutt 2024-01-26 14:48:32 +00:00
parent 8c97526418
commit d2dae82381

View file

@ -69,7 +69,16 @@
}; };
}; };
programs.command-not-found.enable = true; programs.nix-index = {
enable = true;
enableBashIntegration = true;
};
dconf.settings = {
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
};
};
programs.gh.enable = true; programs.gh.enable = true;