mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
nix update and comment out forcing git protocol for git config
This commit is contained in:
parent
5819915e4e
commit
595e21ea92
4 changed files with 20 additions and 20 deletions
4
home.nix
4
home.nix
|
@ -77,7 +77,6 @@
|
|||
ripgrep
|
||||
ripgrep-all
|
||||
rnix-lsp
|
||||
rust-analyzer
|
||||
rustup
|
||||
sbt
|
||||
scala-cli
|
||||
|
@ -275,6 +274,7 @@
|
|||
'';
|
||||
|
||||
interactiveShellInit = ''
|
||||
set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH
|
||||
eval (direnv hook fish)
|
||||
any-nix-shell fish --info-right | source
|
||||
ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain
|
||||
|
@ -330,7 +330,7 @@
|
|||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://git.softinio.com/nvim-config.git";
|
||||
rev = "3c5cdb2304a76e942cfb126e5ad0c93076626c7a";
|
||||
rev = "bc2b71fa94386902cddf145b556575ab7381f827";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue