diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 9eea128..92efe85 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -50,11 +50,6 @@ program = "pinentry-qt"; }; }; - programs = { - ssh = { - startAgent = true; - }; - }; xdg.mimeApps.enable = true; # This value determines the Home Manager release that your configuration is diff --git a/nix/hosts/doloro/nixos.nix b/nix/hosts/doloro/nixos.nix index cf0a27f..8367185 100644 --- a/nix/hosts/doloro/nixos.nix +++ b/nix/hosts/doloro/nixos.nix @@ -165,7 +165,13 @@ in pulse.enable = true; }; - programs.fish.enable = true; + programs = { + ssh = { + # enable = true; + startAgent = true; + }; + fish.enable = true; + }; # Enable touchpad support (enabled default in most desktopManager). # services.libinput.enable = true; services.openssh = {