[ssh] Starts ssh agent
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./features/audio.nix
|
./features/audio.nix
|
||||||
./features/shell.nix
|
|
||||||
./features/terminal.nix
|
|
||||||
./features/hyprland.nix
|
./features/hyprland.nix
|
||||||
./features/neovim.nix
|
./features/neovim.nix
|
||||||
|
./features/shell.nix
|
||||||
|
./features/ssh.nix
|
||||||
|
./features/terminal.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "drew";
|
home.username = "drew";
|
||||||
|
|||||||
4
home-manager/features/ssh.nix
Normal file
4
home-manager/features/ssh.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.ssh-agent.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user