fix: fstab, unfree software setting
This commit is contained in:
parent
d8e4776b86
commit
5072843e6a
6 changed files with 15 additions and 7 deletions
|
@ -19,6 +19,10 @@
|
|||
tor-browser
|
||||
nix-search-cli
|
||||
mpv
|
||||
dolphin
|
||||
element-desktop
|
||||
mission-center
|
||||
nvtop
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
|
|
@ -44,9 +44,7 @@
|
|||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
zstyle ':completion:*' menu no
|
||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
|
||||
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
||||
eval "$(fzf --zsh)"
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue