This commit is contained in:
John Lancaster
2024-09-16 02:23:39 +00:00
parent 219120983b
commit 8a4620c574
4 changed files with 19 additions and 4 deletions

View File

@@ -65,12 +65,9 @@ in
useGlobalPkgs = true;
users.appdaemon = { pkgs, ... }: {
home.stateVersion = stateVersion;
home.packages = [
unstable.uv
];
imports = [ ./git.nix ];
programs = {
ssh.enable = true;
git.extraConfig.credential.helper = "store --file ~/.git-credentials";
bash = {
enable = true;
profileExtra = "cd ${adPath}";