refactor: extract users

This commit is contained in:
2026-04-25 01:28:28 +02:00
parent 0500aab3cb
commit 16712777dc
6 changed files with 74 additions and 85 deletions
+9
View File
@@ -7,6 +7,7 @@
devenv
httpie
bruno
usql
];
programs.direnv = {
@@ -24,5 +25,13 @@
programs.bun.enable = true;
programs.ripgrep.enable = true;
programs.uv.enable = true;
programs.git.ignores = [
"devenv.*"
".devenv*"
".direnv"
"pre-commit-config.yaml"
".envrc"
];
};
}