fix(nix): uncomment vesktop config
This commit is contained in:
parent
b929b3e617
commit
035ad533a6
2 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ let
|
||||||
neovim = config.programs.neovim.enable;
|
neovim = config.programs.neovim.enable;
|
||||||
zen = true;
|
zen = true;
|
||||||
sioyek = true;
|
sioyek = true;
|
||||||
# vesktop = true;
|
vesktop = true;
|
||||||
claude = true;
|
claude = true;
|
||||||
# signal = true;
|
signal = true;
|
||||||
|
|
||||||
sioyek-wrapped = pkgs.symlinkJoin {
|
sioyek-wrapped = pkgs.symlinkJoin {
|
||||||
name = "sioyek";
|
name = "sioyek";
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ get_scope() {
|
||||||
_path=$(tmux display-message -p '#{pane_current_path}')
|
_path=$(tmux display-message -p '#{pane_current_path}')
|
||||||
case "$_path" in
|
case "$_path" in
|
||||||
"$HOME") printf '~' ;;
|
"$HOME") printf '~' ;;
|
||||||
*) printf '%s' "${_path##*/}" ;;
|
*) basename "$_path" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue