Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Sep 6, 2024
1 parent 5d1072d commit 816f993
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS configuration";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";

nix-darwin.url = "github:lnl7/nix-darwin/master";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
4 changes: 3 additions & 1 deletion home-modules/fish/init.fish
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ set -g direnv_fish_mode eval_on_arrow # trigger direnv at prompt, and on every a
# bat
eval (batpipe)

fzf --fish | source

# fzf
set -U FZF_LEGACY_KEYBINDS 0
fzf_configure_bindings --directory=\cf --processes=\cp --git_log=\cl --git_status=\cs --history=\ch
Expand All @@ -41,7 +43,7 @@ set -Ux fish_cursor_default 'block'
set -Ux fish_cursor_insert 'line blink'

batman --export-env | source
set -Ux BAT_THEME 'Solarized (light)'
set -Ux BAT_THEME '1337'

# forgit
set -x PATH $PATH $FORGIT_INSTALL_DIR/bin
Expand Down

0 comments on commit 816f993

Please sign in to comment.