[Asahi] Enable ssh-client.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-06-03 22:10:35 -07:00
parent 004300bb1a
commit c5f22d382c
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
apple-silicon.nixosModules.apple-silicon-support apple-silicon.nixosModules.apple-silicon-support
# Sops and other stuff. # Sops and other stuff.
../common/core ../common/core
../common/optional/yubikey.nix
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
+4 -1
View File
@@ -12,10 +12,13 @@ let
in in
{ {
imports = [ imports = [
# TODO: Move all hyprland related config to its own module.
../../home-modules/hyprland.nix ../../home-modules/hyprland.nix
../../home-modules/hyprpaper.nix ../../home-modules/hyprpaper.nix
inputs.walker.homeManagerModules.default # TODO: Move to walker.nix?
../../home-modules/walker.nix ../../home-modules/walker.nix
../../home-modules/waybar.nix ../../home-modules/waybar.nix
../../home-modules/zsh.nix ../../home-modules/zsh.nix
../../home-modules/direnv.nix ../../home-modules/direnv.nix
../../home-modules/nvim.nix ../../home-modules/nvim.nix
@@ -25,7 +28,7 @@ in
../../home-modules/starship.nix ../../home-modules/starship.nix
../../home-modules/ghostty-config.nix ../../home-modules/ghostty-config.nix
../../home-modules/sops.nix ../../home-modules/sops.nix
inputs.walker.homeManagerModules.default ../../home-modules/ssh-client.nix
]; ];
ghostty.font-size = "14"; ghostty.font-size = "14";