mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nix): install nix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1
nix/nix.conf
Normal file
@@ -0,0 +1 @@
|
||||
experimental-features = nix-command flakes
|
||||
Reference in New Issue
Block a user