Some tiny tweaks

This commit is contained in:
Natsu Kagami 2023-02-27 16:10:45 +01:00
parent ea4fa0ffef
commit 9412c57a05
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
5 changed files with 26 additions and 1 deletions

View file

@ -76,6 +76,7 @@ in
dwt = "enabled";
middle_emulation = "enabled";
natural_scroll = "enabled";
scroll_factor = "2.5";
pointer_accel = "0.5";
tap = "disabled";
};

View file

@ -30,6 +30,7 @@ in
deluge # Torrent client
pavucontrol # PulseAudio control panel
thunderbird
zotero
## CLI stuff
dex # .desktop file management, startup
@ -38,7 +39,6 @@ in
] ++ (if pkgs.stdenv.isAarch64 then [ ] else [
mailspring
unstable.slack
zotero
]));
nki.programs.discord.enable = pkgs.stdenv.isx86_64;