This commit is contained in:
Tao Tien 2024-02-27 10:26:58 -08:00
parent 94008569ec
commit cffa274b7b
7 changed files with 39 additions and 33 deletions

View file

@ -11,16 +11,21 @@
# expressvpn
# fractal
# gh
# joshuto
# libftdi
# libusb
# mdbook
# mendeley
# nuspell
# ocs-url
# oculante
# ollama
# onefetch
# partition-manager
# slack
# tectonic
# texlab
# tio
# toastify
# vial
# wkhtmltopdf
# yazi
@ -32,23 +37,20 @@
darktable
deluge
discord
gpt4all-chat
jellyfin-media-player
jellyfin-mpv-shim
joshuto
keepassxc
leetcode-cli
libsForQt5.kcharselect
libsForQt5.kdeconnect-kde
libsForQt5.plasma-integration
libsForQt5.plasma-vault
miniserve
nushell
obs-studio
# ollama
onefetch
onlyoffice-bin
pandoc
plasma-integration
pipe-rename
prusa-slicer
pueue
qmk
@ -57,8 +59,6 @@
snapper
starship
syncthingtray
tectonic
texlab
thunderbird
typst
typst-fmt
@ -85,10 +85,10 @@
};
hardware.keyboard.qmk.enable = true;
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
'';
# services.udev.extraRules = ''
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
# '';
# obs virtual camera
boot.extraModulePackages = with config.boot.kernelPackages; [

View file

@ -218,7 +218,13 @@ $env.config = {
env_change: {
PWD: [{|before, after| null }] # run if the PWD environment is different since the last repl input
}
display_output: { table } # run before the output of a command is drawn, example: `{ if (term size).columns >= 100 { table -e } else { table } }`
display_output: {
if (term size).columns >= 80 {
table -e
} else {
table
}
}
command_not_found: { null } # return an error message when a command is not found
}

View file

@ -35,8 +35,8 @@
j = "move_line_up";
};
keys.select = {
k = "move_line_down";
j = "move_line_up";
k = "extend_line_down";
j = "extend_line_up";
};
};
languages = {