diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 53bf13d..9a7523a 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -6,9 +6,11 @@ - create: - ~/.config/gh - - ~/.config/lazygit + - ~/.config/gh-dash - ~/.config/lazydocker + - ~/.config/lazygit - ~/.config/tmux + - ~/.gnupg - link: ~/.ack: search/ack @@ -28,6 +30,7 @@ ~/.config/lazygit/config.yml: git/lazygit.yml ~/.config/lf: lf ~/.config/nvim: nvim + ~/.config/nix: nix ~/.config/oatmeal: oatmeal ~/.config/ranger: ranger ~/.config/sesh: sesh diff --git a/fish/config.fish b/fish/config.fish index 216d1f9..55f1ab8 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -85,6 +85,12 @@ if test -f $conda_path eval $conda_path "shell.fish" hook $argv | source end +# Nix +set nix_path /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh +if test -f $nix_path + bass source $nix_path +end + # Zoxide zoxide init fish | source diff --git a/nix/nix.conf b/nix/nix.conf new file mode 100644 index 0000000..c7d7291 --- /dev/null +++ b/nix/nix.conf @@ -0,0 +1 @@ +experimental-features = nix-command flakes