aider
This commit is contained in:
parent
efbf50f860
commit
b90d0361fb
3 changed files with 5 additions and 5 deletions
1
.envrc
1
.envrc
|
@ -1,3 +1,2 @@
|
|||
use nix
|
||||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
||||
export EDITOR="hx"
|
||||
|
|
|
@ -3,11 +3,9 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
}: let
|
||||
cfg = config.myHome.shell.git;
|
||||
in
|
||||
{
|
||||
in {
|
||||
options.myHome.shell.git = {
|
||||
enable = lib.mkEnableOption "git";
|
||||
username = lib.mkOption {
|
||||
|
@ -61,6 +59,8 @@ in
|
|||
"*.decrypted.*"
|
||||
# Python virtualenvs
|
||||
".venv"
|
||||
# Aider Chat
|
||||
".aider*"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
unstable.zellij
|
||||
unstable.kitty
|
||||
unstable.nodePackages_latest.prettier # code formatter
|
||||
unstable.aider-chat
|
||||
|
||||
# flake imports
|
||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||
|
|
Loading…
Add table
Reference in a new issue