wip
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
aider-chat
|
||||
];
|
||||
|
||||
home.file.".aider.conf.yml".text = ''
|
||||
code-theme: one-dark
|
||||
auto-commits: false
|
||||
'';
|
||||
}
|
||||
@@ -4,10 +4,12 @@
|
||||
./zsh.nix
|
||||
./neovim
|
||||
./rust.nix
|
||||
./elixir.nix
|
||||
./nodejs.nix
|
||||
./git
|
||||
./solidity.nix
|
||||
./dev.nix
|
||||
./aider.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
elixir_1_18
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user