feat: Add gesture support on Chrome for forward and backwards page
navigation
This commit is contained in:
parent
fd9f3b9f42
commit
d8eb614a1d
1 changed files with 3 additions and 1 deletions
4
sw.nix
4
sw.nix
|
|
@ -30,7 +30,9 @@
|
||||||
htop
|
htop
|
||||||
binutils
|
binutils
|
||||||
man
|
man
|
||||||
chromium
|
(chromium.override {
|
||||||
|
commandLineArgs = [ "--enable-features=TouchpadOverscrollHistoryNavigation" ];
|
||||||
|
})
|
||||||
lm_sensors
|
lm_sensors
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
zsh
|
zsh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue