mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(yazi): data column
This commit is contained in:
parent
d2b57af9ce
commit
9889fc8b7d
11 changed files with 66 additions and 29 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
# kdePackages.yakuake
|
||||
krunner-vscodeprojects
|
||||
jetbrains-runner
|
||||
plasmusic-toolbar
|
||||
];
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "Breeze";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue