chore(nix): install nix

This commit is contained in:
Stefan Imhoff
2024-05-30 16:50:52 +02:00
parent 2880f0a3e2
commit c3f41b3974
3 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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

1
nix/nix.conf Normal file
View File

@@ -0,0 +1 @@
experimental-features = nix-command flakes