chore: nix fmt

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-12 14:24:24 +01:00
parent 8ab6f726bd
commit d7770bfb0c
4 changed files with 6 additions and 6 deletions

View file

@ -10,9 +10,9 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
home.packages = with pkgs; [
mosh
];
];
programs.ssh = {
enable = true;
extraConfig = ''