updates
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user