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:
|
- create:
|
||||||
- ~/.config/gh
|
- ~/.config/gh
|
||||||
- ~/.config/lazygit
|
- ~/.config/gh-dash
|
||||||
- ~/.config/lazydocker
|
- ~/.config/lazydocker
|
||||||
|
- ~/.config/lazygit
|
||||||
- ~/.config/tmux
|
- ~/.config/tmux
|
||||||
|
- ~/.gnupg
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.ack: search/ack
|
~/.ack: search/ack
|
||||||
@@ -28,6 +30,7 @@
|
|||||||
~/.config/lazygit/config.yml: git/lazygit.yml
|
~/.config/lazygit/config.yml: git/lazygit.yml
|
||||||
~/.config/lf: lf
|
~/.config/lf: lf
|
||||||
~/.config/nvim: nvim
|
~/.config/nvim: nvim
|
||||||
|
~/.config/nix: nix
|
||||||
~/.config/oatmeal: oatmeal
|
~/.config/oatmeal: oatmeal
|
||||||
~/.config/ranger: ranger
|
~/.config/ranger: ranger
|
||||||
~/.config/sesh: sesh
|
~/.config/sesh: sesh
|
||||||
|
|||||||
@@ -85,6 +85,12 @@ if test -f $conda_path
|
|||||||
eval $conda_path "shell.fish" hook $argv | source
|
eval $conda_path "shell.fish" hook $argv | source
|
||||||
end
|
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
|
||||||
zoxide init fish | source
|
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