mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
flake: add nix-index and dconf setting for tap-to-click
This commit is contained in:
parent
8c97526418
commit
d2dae82381
1 changed files with 11 additions and 2 deletions
13
home.nix
13
home.nix
|
@ -69,8 +69,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
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;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue