feat: add ssh-agent and direnv
This commit is contained in:
parent
9a43aa4f06
commit
e74236105c
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
programs.fsh.enable = true;
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
fractal-next
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Catppuccin-Mocha";
|
||||
|
|
Loading…
Reference in a new issue