[Asahi] Enable ssh-client.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user