changes
This commit is contained in:
parent
567de5ca7d
commit
81cca7b7bd
12 changed files with 104 additions and 54 deletions
|
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.qttools
|
||||
eza
|
||||
pigz
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
|
|
@ -15,6 +11,7 @@
|
|||
shellAliases = {
|
||||
ssh = "kitty-ssh";
|
||||
cat = "bat";
|
||||
gzip = "pigz";
|
||||
ls = "eza";
|
||||
gl = "git log";
|
||||
ga = "git add -v .";
|
||||
|
|
|
|||
|
|
@ -113,9 +113,10 @@ in
|
|||
settings = {
|
||||
include = "/home/${config.userOptions.username}/.config/kitty/themes/kitty-colors.conf";
|
||||
scrollback_lines = 10000;
|
||||
wheel_scroll_multiplier = 5.0;
|
||||
touch_scroll_multiplier = 5.0;
|
||||
enable_audio_bell = false;
|
||||
update_check_interval = 0;
|
||||
wheel_scroll_multiplier = 10.0;
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 4;
|
||||
tab_bar_min_tabs = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue