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
|
use nix
|
||||||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
||||||
export EDITOR="hx"
|
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}: let
|
||||||
let
|
|
||||||
cfg = config.myHome.shell.git;
|
cfg = config.myHome.shell.git;
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
options.myHome.shell.git = {
|
options.myHome.shell.git = {
|
||||||
enable = lib.mkEnableOption "git";
|
enable = lib.mkEnableOption "git";
|
||||||
username = lib.mkOption {
|
username = lib.mkOption {
|
||||||
|
@ -61,6 +59,8 @@ in
|
||||||
"*.decrypted.*"
|
"*.decrypted.*"
|
||||||
# Python virtualenvs
|
# Python virtualenvs
|
||||||
".venv"
|
".venv"
|
||||||
|
# Aider Chat
|
||||||
|
".aider*"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
unstable.zellij
|
unstable.zellij
|
||||||
unstable.kitty
|
unstable.kitty
|
||||||
unstable.nodePackages_latest.prettier # code formatter
|
unstable.nodePackages_latest.prettier # code formatter
|
||||||
|
unstable.aider-chat
|
||||||
|
|
||||||
# flake imports
|
# flake imports
|
||||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||||
|
|
Loading…
Add table
Reference in a new issue