mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 09:00:23 -04:00
add: ssh agent
This commit is contained in:
parent
f76abc07ce
commit
3ff64bf72c
2 changed files with 3 additions and 2 deletions
|
@ -13,10 +13,11 @@
|
|||
./programs/nixvim.nix
|
||||
./programs/tmux.nix
|
||||
./programs/zsh.nix
|
||||
./programs/ssh.nix
|
||||
|
||||
# Import desktop configurations
|
||||
./desktop/hyprland.nix
|
||||
# ./desktop/hyprpanel.nix
|
||||
./desktop/hyprpanel.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should manage
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
programs = {
|
||||
ssh = {
|
||||
enable = true;
|
||||
startAgent = true;
|
||||
};
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue