add sandbox users

This commit is contained in:
Christoph Cullmann 2024-10-05 17:03:22 +02:00
parent a54573764a
commit 1035a6a785
No known key found for this signature in database
3 changed files with 69 additions and 21 deletions

View file

@ -126,13 +126,6 @@
enableZshIntegration = true;
};
# enable keychain, we use the main user key
programs.keychain = {
enable = true;
enableZshIntegration = true;
keys = [ "/home/cullmann/.ssh/id_ed25519" ];
};
# https://github.com/nix-community/nix-direnv
programs.direnv = {
enable = true;