From d7770bfb0c8411c7374d3c4a7defc77209636d39 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 12 Jan 2024 14:24:24 +0100 Subject: [PATCH] chore: nix fmt Signed-off-by: Harald Hoyer --- modules/home/tools/alacritty/default.nix | 2 +- modules/home/tools/git/default.nix | 2 +- modules/home/tools/ssh/default.nix | 4 ++-- systems/x86_64-linux/sgx-nixos/default.nix | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/tools/alacritty/default.nix b/modules/home/tools/alacritty/default.nix index 809f86c..73829a2 100644 --- a/modules/home/tools/alacritty/default.nix +++ b/modules/home/tools/alacritty/default.nix @@ -15,7 +15,7 @@ in config = mkIf cfg.enable { home.packages = with pkgs; [ - alacritty + alacritty (pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ]; }) ]; }; diff --git a/modules/home/tools/git/default.nix b/modules/home/tools/git/default.nix index b50044e..013cf1c 100644 --- a/modules/home/tools/git/default.nix +++ b/modules/home/tools/git/default.nix @@ -19,7 +19,7 @@ in config = mkIf cfg.enable { home.packages = with pkgs; [ - git-delete-merged-branches + git-delete-merged-branches ]; programs.git = { enable = true; diff --git a/modules/home/tools/ssh/default.nix b/modules/home/tools/ssh/default.nix index e8f545b..5bedc41 100644 --- a/modules/home/tools/ssh/default.nix +++ b/modules/home/tools/ssh/default.nix @@ -10,9 +10,9 @@ in }; config = mkIf cfg.enable { - home.packages = with pkgs; [ + home.packages = with pkgs; [ mosh - ]; + ]; programs.ssh = { enable = true; extraConfig = '' diff --git a/systems/x86_64-linux/sgx-nixos/default.nix b/systems/x86_64-linux/sgx-nixos/default.nix index 5503f41..31acd96 100644 --- a/systems/x86_64-linux/sgx-nixos/default.nix +++ b/systems/x86_64-linux/sgx-nixos/default.nix @@ -117,8 +117,8 @@ with lib.plusultra; # started in user sessions. # programs.mtr.enable = true; programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; + enable = true; + enableSSHSupport = true; }; # List services that you want to enable: