Some tiny tweaks
This commit is contained in:
parent
ea4fa0ffef
commit
9412c57a05
5 changed files with 26 additions and 1 deletions
|
@ -76,6 +76,7 @@ in
|
|||
dwt = "enabled";
|
||||
middle_emulation = "enabled";
|
||||
natural_scroll = "enabled";
|
||||
scroll_factor = "2.5";
|
||||
pointer_accel = "0.5";
|
||||
tap = "disabled";
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue