home-manager: add favorite-apps

This commit is contained in:
Aaron Honeycutt 2024-01-26 15:26:07 +00:00
parent 1bdd6d7105
commit d2a5c41e35

View file

@ -75,6 +75,9 @@
}; };
dconf.settings = { dconf.settings = {
"org/gnome/shell" = {
favorite-apps = [ "nautilus.desktop" "gnome-terminal.desktop" "firefox.desktop" "codium.desktop" ];
};
"org/gnome/desktop/peripherals/touchpad" = { "org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true; tap-to-click = true;
}; };