Skip to content

Commit

Permalink
Added delta package and set it as differ for git
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyuen committed Sep 7, 2024
1 parent 8c88174 commit 7399f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dots/config/bspwm/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ super + ctrl + {h,l}
super + {grave,Tab}
bspc {node,desktop} -f last

# focus or send to the given desktop
# focus or send to the given workspace
super + ctrl + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'

Expand Down
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in {
extraConfig = {
core = {
editor = "nvim";
pager = "delta";
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion nix-config/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
libmpdclient playerctl mpd ncmpcpp mpc-cli pamixer
# dev related
alacritty wezterm geany rustup libvirt maim papirus-icon-theme joypixels zig gcc
lazygit xclip zoxide fzf fd zellij sesh docker mysql-workbench
lazygit xclip zoxide fzf fd zellij sesh docker mysql-workbench delta
# zsh related
zsh zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting
zsh-autocomplete
Expand Down

0 comments on commit 7399f1f

Please sign in to comment.