fix(yazi): data column

This commit is contained in:
js0ny 2025-11-13 07:30:00 +00:00
parent d2b57af9ce
commit 9889fc8b7d
11 changed files with 66 additions and 29 deletions

View file

@ -46,14 +46,14 @@
ghostscript
# Misc ta-lib ddgr protonvpn-cli
markdown-oxide
nushell
powershell
powershell-editor-services
package-version-server
gemini-cli
codex
imagemagick
miniserve
jq
srm
mediainfo
exiftool
];
}

View file

@ -17,7 +17,15 @@
mpv
haruna
# Email
protonmail-bridge
thunderbird
birdtray
# Theming
papirus-icon-theme
rose-pine-cursor
pcloud
telegram-desktop
steam
@ -52,12 +60,6 @@
zotero
anki-bin
feishin
rose-pine-cursor
# Email
protonmail-bridge
thunderbird
birdtray
];
home.sessionVariables = {

View file

@ -11,6 +11,7 @@
# kdePackages.yakuake
krunner-vscodeprojects
jetbrains-runner
plasmusic-toolbar
];
home.sessionVariables = {
QT_STYLE_OVERRIDE = "Breeze";

View file

@ -7,6 +7,7 @@
in {
home.packages = with pkgs; [
zsh-fzf-tab
zsh-nix-shell
];
programs.zsh = {
enable = true;
@ -46,7 +47,7 @@ in {
# Globbing
setopt EXTENDED_GLOB # Extended globbing
setopt GLOB_DOTS # Include dotfiles in globbing
# setopt GLOB_DOTS # Include dotfiles in globbing
# Error correction
setopt CORRECT # Suggest corrections for commands