feat: add ssh-agent and direnv

This commit is contained in:
Ashhhleyyy 2023-10-03 09:06:33 +01:00
parent 9a43aa4f06
commit e74236105c
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
programs.fish.enable = true;
programs.fsh.enable = true;
services.ssh-agent.enable = true;
home.packages = with pkgs; [
wget

View file

@ -6,6 +6,8 @@
fractal-next
];
programs.direnv.enable = true;
programs.kitty = {
enable = true;
theme = "Catppuccin-Mocha";