mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 14:56:41 -07:00
flake update, add aider chat & nvim update
This commit is contained in:
parent
365ed3db6b
commit
fda4b11a5f
3 changed files with 18 additions and 16 deletions
3
home.nix
3
home.nix
|
@ -29,6 +29,7 @@
|
|||
VISUAL = "$EDITOR";
|
||||
};
|
||||
packages = with pkgs; [
|
||||
aider-chat
|
||||
any-nix-shell
|
||||
aspell
|
||||
basedpyright
|
||||
|
@ -209,6 +210,6 @@
|
|||
# Neovim Configuration
|
||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||
url = "https://code.softinio.com/softinio/nvim-config";
|
||||
rev = "60d7b84ede499785cc32c2a0dcdeabe3715f9ffe";
|
||||
rev = "b205894edc350b5fe1b939939461b4e713478b97";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue