Added Nix
This commit is contained in:
@@ -10,3 +10,7 @@
|
||||
{{- if not .features.editor }}
|
||||
.config/nvim
|
||||
{{- end }}
|
||||
|
||||
{{- if not .features.nix }}
|
||||
.config/nix
|
||||
{{- end }}
|
||||
|
||||
@@ -5,3 +5,7 @@ abbr --add --position command l ls -lAh
|
||||
abbr --add --position command vim nvim
|
||||
abbr --add --position command vi nvim
|
||||
{{- end }}
|
||||
|
||||
{{- if .features.nix }}
|
||||
abbr --add --position command nd 'nix develop --command $SHELL'
|
||||
{{- end }}
|
||||
|
||||
2
home/private_dot_config/nix/nix.conf
Normal file
2
home/private_dot_config/nix/nix.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# Enable Nix flakes
|
||||
experimental-features = nix-command flakes
|
||||
Reference in New Issue
Block a user